diff options
Diffstat (limited to 'default.html5')
-rw-r--r-- | default.html5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.html5 b/default.html5 index c2bf0e0..1d7bef4 100644 --- a/default.html5 +++ b/default.html5 | |||
@@ -14,7 +14,7 @@ $if(keywords)$ | |||
14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> | 14 | <meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$" /> |
15 | $endif$ | 15 | $endif$ |
16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> | 16 | <title>$if(title-prefix)$$title-prefix$ – $endif$$pagetitle$</title> |
17 | <style type="text/css"> | 17 | <style> |
18 | code{white-space: pre-wrap;} | 18 | code{white-space: pre-wrap;} |
19 | span.smallcaps{font-variant: small-caps;} | 19 | span.smallcaps{font-variant: small-caps;} |
20 | span.underline{text-decoration: underline;} | 20 | span.underline{text-decoration: underline;} |
@@ -24,7 +24,7 @@ $if(quotes)$ | |||
24 | $endif$ | 24 | $endif$ |
25 | </style> | 25 | </style> |
26 | $if(highlighting-css)$ | 26 | $if(highlighting-css)$ |
27 | <style type="text/css"> | 27 | <style> |
28 | $highlighting-css$ | 28 | $highlighting-css$ |
29 | </style> | 29 | </style> |
30 | $endif$ | 30 | $endif$ |