aboutsummaryrefslogtreecommitdiff
path: root/test/writer.html5
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-12-14 11:29:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-12-14 11:29:35 -0800
commit9fe6d91a1a75d6a3fd5a9ef5884b13be5055920b (patch)
tree266a61eca60841f00ef06822d1bbe6c5d6d2c982 /test/writer.html5
parentee60ba5252360d2efbf9cf30197236a21a15a924 (diff)
downloadpandoc-9fe6d91a1a75d6a3fd5a9ef5884b13be5055920b.tar.gz
Remove unnecessary type="text/css" on style and link for HTML5.
Closes #5146.
Diffstat (limited to 'test/writer.html5')
-rw-r--r--test/writer.html52
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.html5 b/test/writer.html5
index 46105d0a6..57b937653 100644
--- a/test/writer.html5
+++ b/test/writer.html5
@@ -8,7 +8,7 @@
<meta name="author" content="Anonymous" />
<meta name="dcterms.date" content="2006-07-17" />
<title>Pandoc Test Suite</title>
- <style type="text/css">
+ <style>
code{white-space: pre-wrap;}
span.smallcaps{font-variant: small-caps;}
span.underline{text-decoration: underline;}