diff options
author | John MacFarlane <jgm@berkeley.edu> | 2011-07-24 08:23:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2011-07-24 08:23:12 -0700 |
commit | 8cd8b19598fa898498a7883d081f51615aa5fc12 (patch) | |
tree | 7ac02ede7fb78f83030cd7419737dfe0d7e07f45 /default.html | |
parent | 8cb5fef740725ee51ffed5022faa097f21336bcd (diff) | |
download | pandoc-8cd8b19598fa898498a7883d081f51615aa5fc12.tar.gz |
Insert CDATA around inline js/css in html and slidy templates.
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 2 |
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)$ |