diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-27 18:06:59 -0800 |
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-12-27 18:06:59 -0800 |
| commit | 078a3d3afa7cd8abcceedcfc6166e4033fc90402 (patch) | |
| tree | 0a3c58c741bd0440c1657a599dbf224870126a92 | |
| parent | 0d116481c0902181c6b90827a0451570a133de39 (diff) | |
| download | pandoc-078a3d3afa7cd8abcceedcfc6166e4033fc90402.tar.gz | |
Changed highlighting-css because of changes in highlighting-kate.
This is now an entire <style> section, not just its contents.
| -rw-r--r-- | default.html | 4 | ||||
| -rw-r--r-- | default.s5 | 2 | ||||
| -rw-r--r-- | default.slidy | 4 |
3 files changed, 0 insertions, 10 deletions
diff --git a/default.html b/default.html index 2bae586a7..42475f68d 100644 --- a/default.html +++ b/default.html @@ -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$/> diff --git a/default.s5 b/default.s5 index 3ac9d18f8..249ebb9b4 100644 --- a/default.s5 +++ b/default.s5 @@ -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" /> diff --git a/default.slidy b/default.slidy index b1a5abef6..a8fa7683d 100644 --- a/default.slidy +++ b/default.slidy @@ -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"> |
