From e8388f2f7b1a8a71d667642e1aa5c49cd90820fe Mon Sep 17 00:00:00 2001 From: wiemann Date: Thu, 23 Dec 2004 23:29:16 +0000 Subject: 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 --- docutils/test/functional/expected/standalone_rst_html4css1.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docutils/test/functional/expected') 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 @@ +

reStructuredText Test Document

Examples of Syntax Constructs

@@ -66,7 +67,6 @@ desires.
-

Dedication

For Docutils users & co-developers.

@@ -539,10 +539,10 @@ document (a document-wide table o

2.14.2   Images

An image directive (also clickable -- a hyperlink reference):

-

../../../docs/user/rst/images/title.png

+
../../../docs/user/rst/images/title.png

A figure directive:

-

reStructuredText, the markup syntax

+
reStructuredText, the markup syntax

A figure is an image with a caption and/or a legend:

-- cgit v1.2.1