diff options
Diffstat (limited to 'default.html')
-rw-r--r-- | default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.html b/default.html index 6b9945e6e..8e23d9bb1 100644 --- a/default.html +++ b/default.html @@ -11,6 +11,7 @@ $if(date-meta)$ <meta name="date" content="$date-meta$" /> $endif$ <title>$if(title-prefix)$$title-prefix$ - $endif$$pagetitle$</title> + <style type="text/css">code{white-space: pre;}</style> $if(highlighting-css)$ <style type="text/css"> $highlighting-css$ |