Default q:quote style for HTML5 template.

This commit is contained in:
John MacFarlane 2012-03-03 08:26:41 -08:00
parent aab8c3a9b3
commit cc0e845c18

View file

@ -13,6 +13,11 @@ $endif$
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
$if(quotes)$
<style type="text/css">
q { quotes: "“" "”" "" ""; }
</style>
$endif$
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$