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 /default.html | |
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.
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 4 |
1 files changed, 0 insertions, 4 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$/> |