aboutsummaryrefslogtreecommitdiff
path: root/default.html
diff options
context:
space:
mode:
Diffstat (limited to 'default.html')
-rw-r--r--default.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.html b/default.html
index 8e23d9bb1..b7b74c223 100644
--- a/default.html
+++ b/default.html
@@ -12,6 +12,9 @@ $if(date-meta)$
$endif$
<title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title>
<style type="text/css">code{white-space: pre;}</style>
+$if(quotes)$
+ <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
+$endif$
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$