From dc936548c2b07617a799611b0968b503614be9f3 Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Wed, 25 Jan 2012 11:16:36 -0800 Subject: Added style tags around highlighting-css. This is needed because of change from h-k 0.4 to 0.5. --- default.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.html') diff --git a/default.html b/default.html index b92025f6c..c231b8fa5 100644 --- a/default.html +++ b/default.html @@ -12,7 +12,9 @@ $if(date-meta)$ $endif$ <title>$if(title-prefix)$$title-prefix$ - $endif$$if(pagetitle)$$pagetitle$$endif$</title> $if(highlighting-css)$ + <style type="text/css"> $highlighting-css$ + </style> $endif$ $for(css)$ <link rel="stylesheet" href="$css$" $if(html5)$$else$type="text/css" $endif$/> -- cgit v1.2.3