diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-03-03 14:28:20 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-03-03 14:28:20 +0000 |
| commit | 752af2ba0090c5f3830eff2386f9e2ed0f430643 (patch) | |
| tree | e0541829e8664ebea03257da4b241122372d8190 /docutils/test/functional/expected/standalone_rst_html4css1.html | |
| parent | 3d1f31978ef77cecbcf7a9825492ca662ddc6b0b (diff) | |
| download | docutils-752af2ba0090c5f3830eff2386f9e2ed0f430643.tar.gz | |
Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8042 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 3c64233f5..aa5c71277 100644 --- a/docutils/test/functional/expected/standalone_rst_html4css1.html +++ b/docutils/test/functional/expected/standalone_rst_html4css1.html @@ -727,7 +727,7 @@ directive:</p> <p>With the "widths" argument "auto" (or "class" value "colwidths-auto"), column widths are determined by the backend (if supported by the writer/backend).</p> -<table border="1" class="colwidths-auto docutils"> +<span id="target1"></span><table border="1" class="colwidths-auto docutils" id="target2"> <thead valign="bottom"> <tr><th class="head">A</th> <th class="head">B</th> |
