Changed highlighting-css because of changes in highlighting-kate.

This is now an entire <style> section, not just its contents.
This commit is contained in:
John MacFarlane
2011-12-27 18:06:59 -08:00
parent 0d116481c0
commit 078a3d3afa
3 changed files with 0 additions and 10 deletions
-4
View File
@@ -26,11 +26,7 @@ $if(html5)$
<![endif]-->
$endif$
$if(highlighting-css)$
<style type="text/css">
/*<![CDATA[*/
$highlighting-css$
/*]]>*/
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/>