summaryrefslogtreecommitdiff
path: root/data/templates/default.html5
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/default.html5')
-rw-r--r--data/templates/default.html57
1 files changed, 5 insertions, 2 deletions
diff --git a/data/templates/default.html5 b/data/templates/default.html5
index ee7ae771b..633764b3c 100644
--- a/data/templates/default.html5
+++ b/data/templates/default.html5
@@ -14,10 +14,13 @@ $if(keywords)$
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" />
$endif$
<title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title>
- <style type="text/css">code{white-space: pre;} .smallcaps{font-variant: small-caps;}</style>
+ <style type="text/css">
+ code{white-space: pre-wrap;}
+ .smallcaps{font-variant: small-caps;}
$if(quotes)$
- <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style>
+ q { quotes: "“" "”" "‘" "’"; }
$endif$
+ </style>
$if(highlighting-css)$
<style type="text/css">
$highlighting-css$