diff options
-rw-r--r-- | default.html5 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/default.html5 b/default.html5 index 8215bb977..720b2fc62 100644 --- a/default.html5 +++ b/default.html5 @@ -15,9 +15,7 @@ $endif$ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> $if(quotes)$ - <style type="text/css"> - q { quotes: "“" "”" "‘" "’"; } - </style> + <style type="text/css">q { quotes: "“" "”" "‘" "’"; }</style> $endif$ $if(highlighting-css)$ <style type="text/css"> |