From 8cd8b19598fa898498a7883d081f51615aa5fc12 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 24 Jul 2011 08:23:12 -0700 Subject: Insert CDATA around inline js/css in html and slidy templates. --- default.html | 2 ++ default.slidy | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 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)$ $endif$ $for(css)$ diff --git a/default.slidy b/default.slidy index 8db862c9e..85983a8bc 100644 --- a/default.slidy +++ b/default.slidy @@ -14,12 +14,16 @@ $endif$ $if(highlighting-css)$ $if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$ $endif$ $if(slidy-css)$ $else$ + +/*]]>*/ + $else$ -- cgit v1.2.3