diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-09 12:53:57 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2021-03-09 12:53:57 +0000 |
| commit | d8b162c12527422e33fdc3e21b34c2d6c69fc2b7 (patch) | |
| tree | 46d71e7efe633b53ad09676c60a2b26ccd7f6c14 /docutils/test/functional/expected/footnotes_html5.html | |
| parent | 0e0d1fa82e4c03cbdbc07d7bb2071ebab67f82db (diff) | |
| download | docutils-d8b162c12527422e33fdc3e21b34c2d6c69fc2b7.tar.gz | |
HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.
The default behaviour of many mobile browsers is to render for a
virtual viewport size and scale.
This breaks CSS styling with the default stylesheets.
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8632 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/footnotes_html5.html')
| -rw-r--r-- | docutils/test/functional/expected/footnotes_html5.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docutils/test/functional/expected/footnotes_html5.html b/docutils/test/functional/expected/footnotes_html5.html index a4fc70fe5..2370985bf 100644 --- a/docutils/test/functional/expected/footnotes_html5.html +++ b/docutils/test/functional/expected/footnotes_html5.html @@ -2,6 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="utf-8"/> +<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Docutils 0.17b2.dev: http://docutils.sourceforge.net/" /> <title>Test footnote and citation rendering</title> <link rel="stylesheet" href="../input/data/minimal.css" type="text/css" /> |
