aboutsummaryrefslogtreecommitdiff
path: root/default.html
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2012-01-25 11:16:36 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2012-01-25 11:16:36 -0800
commitdc936548c2b07617a799611b0968b503614be9f3 (patch)
tree2a050056f7067ae464689ec74e232caaacd494a2 /default.html
parent83f2fdd9e27935430ef9146a337599f78ba3e3d6 (diff)
downloadpandoc-dc936548c2b07617a799611b0968b503614be9f3.tar.gz
Added style tags around highlighting-css.
This is needed because of change from h-k 0.4 to 0.5.
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 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$/>