Added style tags around highlighting css in html5 template.

This commit is contained in:
John MacFarlane 2012-02-11 11:47:53 -08:00
parent 633da96f98
commit 4594c7eeae

View file

@ -14,7 +14,9 @@ $endif$
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$
</style>
$endif$
$for(css)$
<link rel="stylesheet" href="$css$">