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:
parent
0d116481c0
commit
078a3d3afa
3 changed files with 0 additions and 10 deletions
|
@ -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$/>
|
||||
|
|
|
@ -15,9 +15,7 @@ $endif$
|
|||
<meta name="defaultView" content="slideshow" />
|
||||
<meta name="controlVis" content="hidden" />
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
$highlighting-css$
|
||||
</style>
|
||||
$endif$
|
||||
$for(css)$
|
||||
<link rel="stylesheet" href="$css$" type="text/css" />
|
||||
|
|
|
@ -14,11 +14,7 @@ $if(date-meta)$
|
|||
$endif$
|
||||
<title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title>
|
||||
$if(highlighting-css)$
|
||||
<style type="text/css">
|
||||
/*<![CDATA[*/
|
||||
$highlighting-css$
|
||||
/*]]>*/
|
||||
</style>
|
||||
$endif$
|
||||
$if(slidy-css)$
|
||||
<style type="text/css">
|
||||
|
|
Loading…
Add table
Reference in a new issue