summaryrefslogtreecommitdiff
path: root/templates/default.html5
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default.html5')
-rw-r--r--templates/default.html55
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/default.html5 b/templates/default.html5
index 47a3fc934..800f8a626 100644
--- a/templates/default.html5
+++ b/templates/default.html5
@@ -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$