summaryrefslogtreecommitdiffstats
path: root/doc/translator.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/translator.py')
-rw-r--r--doc/translator.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/translator.py b/doc/translator.py
index 69e7de8..1d470b4 100644
--- a/doc/translator.py
+++ b/doc/translator.py
@@ -1814,6 +1814,7 @@ class TrManager:
# Define templates for HTML table parts of the documentation.
htmlTableTpl = '''\
\\htmlonly
+ </p>
<table align="center" cellspacing="0" cellpadding="0" border="0">
<tr bgcolor="#000000">
<td>
@@ -1832,6 +1833,7 @@ class TrManager:
</td>
</tr>
</table>
+ <p>
\\endhtmlonly
'''
htmlTableTpl = textwrap.dedent(htmlTableTpl)