Commit 57fcbfe0 authored by Xiaowu Zhang's avatar Xiaowu Zhang

erp5_corporate_identity&test: remove duplicated table list

parent bf32660e
Pipeline #22333 failed with stage
in 0 seconds
......@@ -28,8 +28,8 @@ def digestCaption(my_caption, my_caption_title, my_count, my_shift):
match_doubles[my_caption_title] = my_count
caption_relevant_count = my_count
my_count += 1
else:
caption_relevant_count = match_doubles[my_caption_title]
#caption_relevant_count = match_doubles[my_caption_title]
caption_id = caption_abbreviation + "-" + str(caption_relevant_count)
caption_dict = {}
caption_dict["input"] = my_caption
......@@ -42,6 +42,7 @@ def digestCaption(my_caption, my_caption_title, my_count, my_shift):
my_shift
)
caption_list.append(caption_dict)
return my_count
# XXX single quotes?
......
......@@ -471,13 +471,6 @@
</tr>
<tr>
<td width="10%"><a id="Table-1"></a><span>Table-1</span></td>
<td width="90%"
style="text-align: left; vertical-align: top">Table description</td>
</tr>
</tbody>
</table>
<h1><a name="synthese7_anchor"></a>Synthese<a class="custom-para" href=#synthese7_anchor><span style="font-size:.75em;line-height:1em;padding-left:.5em;">&para;</span></a></h1>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment