diff options
| author | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-21 01:27:56 +0000 |
|---|---|---|
| committer | wiemann <wiemann@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-10-21 01:27:56 +0000 |
| commit | 3a47bbe523f3d4d1b244ad834bdd1d7869f6201b (patch) | |
| tree | 35374ea0f96dcb219d707516ff3fed408fc42130 /docutils/test/functional/expected | |
| parent | b5e4ced987e3659334d7282f0e616bc82c997ebd (diff) | |
| download | docutils-3a47bbe523f3d4d1b244ad834bdd1d7869f6201b.tar.gz | |
moved first/last class-setting logic to method;
<p> tags aren't stripped in compound nodes anymore
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2750 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/test/functional/expected')
| -rw-r--r-- | docutils/test/functional/expected/standalone_rst_html4css1.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docutils/test/functional/expected/standalone_rst_html4css1.html b/docutils/test/functional/expected/standalone_rst_html4css1.html index 5360548fa..13172ada9 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -646,7 +646,8 @@ Compound 2, literal. <p>Compound 2, this is a test.</p> </div> <div class="compound"> -Compound 3, only consisting of one paragraph.</div> +<p>Compound 3, only consisting of one paragraph.</p> +</div> <div class="compound"> <pre class="literal-block"> Compound 4. |
