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

erp5_corporate_identity&test: remove duplicated table list

parent bf32660e
...@@ -28,8 +28,8 @@ def digestCaption(my_caption, my_caption_title, my_count, my_shift): ...@@ -28,8 +28,8 @@ def digestCaption(my_caption, my_caption_title, my_count, my_shift):
match_doubles[my_caption_title] = my_count match_doubles[my_caption_title] = my_count
caption_relevant_count = my_count caption_relevant_count = my_count
my_count += 1 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_id = caption_abbreviation + "-" + str(caption_relevant_count)
caption_dict = {} caption_dict = {}
caption_dict["input"] = my_caption caption_dict["input"] = my_caption
...@@ -42,6 +42,7 @@ def digestCaption(my_caption, my_caption_title, my_count, my_shift): ...@@ -42,6 +42,7 @@ def digestCaption(my_caption, my_caption_title, my_count, my_shift):
my_shift my_shift
) )
caption_list.append(caption_dict) caption_list.append(caption_dict)
return my_count return my_count
# XXX single quotes? # XXX single quotes?
......
...@@ -471,13 +471,6 @@ ...@@ -471,13 +471,6 @@
</tr> </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> </tbody>
</table> </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> <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