diff options
| author | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:54:10 -0800 | 
|---|---|---|
| committer | John MacFarlane <fiddlosopher@gmail.com> | 2011-11-08 11:54:10 -0800 | 
| commit | 821286a6f3986bcb3097032b12adcb451a942664 (patch) | |
| tree | 800ff37c3500cc6279c136dc24f580d3cf3ba56b /tests/html-reader.html | |
| parent | e299f8a85305cac6ef918b6d76f3efafcc1c512c (diff) | |
| download | pandoc-821286a6f3986bcb3097032b12adcb451a942664.tar.gz | |
Update templates to use Content-Style-Type meta tag.
Closes #337.
Diffstat (limited to 'tests/html-reader.html')
| -rw-r--r-- | tests/html-reader.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/html-reader.html b/tests/html-reader.html index ea10a306c..69bb9ba8a 100644 --- a/tests/html-reader.html +++ b/tests/html-reader.html @@ -1,6 +1,7 @@  <html>  <head>  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> +<meta http-equiv="Content-Style-Type" content="text/css" />  <meta name="generator" content="pandoc" />  <style type="text/css">  div.pandocNote { border-left: 1px solid grey; padding-left: 1em; }  | 
