diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 23:29:16 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-12-23 23:29:16 +0000 |
| commit | e8388f2f7b1a8a71d667642e1aa5c49cd90820fe (patch) | |
| tree | e7777eb199132a8979609dbc4859b3847430d3a5 /docutils/test/functional/expected | |
| parent | 70a9548080157ecec9dc75f085bb1f1e634da97e (diff) | |
| download | docutils-e8388f2f7b1a8a71d667642e1aa5c49cd90820fe.tar.gz | |
applied David Goodger's patch from
http://article.gmane.org/gmane.text.docutils.devel/2487
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2896 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index cd4bc96b7..9b3311ef1 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -17,6 +17,7 @@ <link rel="stylesheet" href="../../../tools/stylesheets/default.css" type="text/css" /> </head> <body> +<div class="document" id="restructuredtext-test-document"> <h1 class="title">reStructuredText Test Document</h1> <h2 class="subtitle" id="examples-of-syntax-constructs">Examples of Syntax Constructs</h2> <table class="docinfo" frame="void" rules="none"> @@ -66,7 +67,6 @@ desires.</td></tr> </tr> </tbody> </table> -<div class="document" id="restructuredtext-test-document"> <div class="dedication topic"> <p class="topic-title first">Dedication</p> <p>For Docutils users & co-developers.</p> @@ -539,10 +539,10 @@ document (a document-wide <a class="reference" href="#table-of-contents">table o <div class="section" id="images"> <h3><a class="toc-backref" href="#id62" name="images">2.14.2 Images</a></h3> <p>An image directive (also clickable -- a hyperlink reference):</p> -<p><a class="reference" href="#directives"><img alt="../../../docs/user/rst/images/title.png" src="../../../docs/user/rst/images/title.png" /></a></p> +<div class="image image-reference"><a class="reference" href="#directives"><img alt="../../../docs/user/rst/images/title.png" src="../../../docs/user/rst/images/title.png" /></a></div> <p>A figure directive:</p> <div class="figure"> -<p><img alt="reStructuredText, the markup syntax" src="../../../docs/user/rst/images/title.png" /></p> +<div class="image"><img alt="reStructuredText, the markup syntax" src="../../../docs/user/rst/images/title.png" /></div> <p class="caption">A figure is an image with a caption and/or a legend:</p> <div class="legend"> <table border="1" class="docutils"> |
