aboutsummaryrefslogtreecommitdiff
path: root/default.html
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-07-24 08:23:12 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2011-07-24 08:23:12 -0700
commit8cd8b19598fa898498a7883d081f51615aa5fc12 (patch)
tree7ac02ede7fb78f83030cd7419737dfe0d7e07f45 /default.html
parent8cb5fef740725ee51ffed5022faa097f21336bcd (diff)
downloadpandoc-8cd8b19598fa898498a7883d081f51615aa5fc12.tar.gz
Insert CDATA around inline js/css in html and slidy templates.
Diffstat (limited to 'default.html')
-rw-r--r--default.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/default.html b/default.html
index 387e4eb7d..d107f4809 100644
--- a/default.html
+++ b/default.html
@@ -26,7 +26,9 @@ $if(html5)$
$endif$
$if(highlighting-css)$
<style type="text/css">
+/*<![CDATA[*/
$highlighting-css$
+/*]]>*/
</style>
$endif$
$for(css)$