diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-07-10 10:08:14 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2020-07-10 10:08:14 +0000 |
| commit | 3ef42b04a62fe9cfbf76103063930d5660b42d83 (patch) | |
| tree | 98974d1b134329d8fa9ca9cc860efc84759d0faf /docutils/test/functional/expected/standalone_rst_html4css1.html | |
| parent | 5f060bc323b47dad7d6d022daa231f34fcee9958 (diff) | |
| download | docutils-3ef42b04a62fe9cfbf76103063930d5660b42d83.tar.gz | |
Make the sidebar's "title" argument optional.
Feature request #69.
The analogous DocBook "sidebar" element's title is optional. too
(https://tdg.docbook.org/tdg/5.2/sidebar.html).
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8524 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected/standalone_rst_html4css1.html')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index a21d18fc0..9c906f3b5 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -813,7 +813,7 @@ Reader discretion is strongly advised.</p> <h3><a class="toc-backref" href="#toc-entry-49">2.14.5 Topics, Sidebars, and Rubrics</a></h3> <p><em>Sidebars</em> are like miniature, parallel documents.</p> <div class="sidebar"> -<p class="first sidebar-title">Sidebar Title</p> +<p class="first sidebar-title">Optional Sidebar Title</p> <p class="sidebar-subtitle">Optional Subtitle</p> <p>This is a sidebar. It is for text outside the flow of the main text.</p> |
