Added style tags around highlighting css in html5 template.
This commit is contained in:
parent
633da96f98
commit
4594c7eeae
1 changed files with 2 additions and 0 deletions
|
@ -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$">
|
||||
|
|
Loading…
Add table
Reference in a new issue