diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-19 13:59:09 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2019-09-19 13:59:09 +0000 |
| commit | 0a1b20437a7da676acbda3cc5ae69b963f93afb3 (patch) | |
| tree | e7365f0d3d94cf70ad1b157c9000ff33fa713493 /docutils/test/functional/expected/pep_html.html | |
| parent | 598bbfc764efa83acba5c60e8b6c0280f78313a6 (diff) | |
| download | docutils-0a1b20437a7da676acbda3cc5ae69b963f93afb3.tar.gz | |
HTML fixes and updates.
Remove dead code.
Remove unused class value "first" for topic-title.
Fix/update CSS stylesheets for html5 writer.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8396 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/pep_html.html')
| -rw-r--r-- | docutils/test/functional/expected/pep_html.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/pep_html.html b/docutils/test/functional/expected/pep_html.html index 7fbc76b99..62767c26b 100644 --- a/docutils/test/functional/expected/pep_html.html +++ b/docutils/test/functional/expected/pep_html.html @@ -55,7 +55,7 @@ to templates. DO NOT USE THIS HTML FILE AS YOUR TEMPLATE! </table> <hr /> <div class="contents topic" id="contents"> -<p class="topic-title first">Contents</p> +<p class="topic-title">Contents</p> <ul class="simple"> <li><a class="reference internal" href="#abstract" id="id5">Abstract</a></li> <li><a class="reference internal" href="#copyright" id="id6">Copyright</a></li> |
