diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-12-26 15:14:50 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-12-26 15:14:50 (GMT) |
commit | de03970396e6f7edec359e2b71f3d2aa9d6a6237 (patch) | |
tree | 867f42456bf49f7a0c694ea2d17619e12cde43ba /doc/translator.py | |
parent | 165498dc9ea33bc9991c5ab5234b5e51d74569d0 (diff) | |
download | Doxygen-de03970396e6f7edec359e2b71f3d2aa9d6a6237.zip Doxygen-de03970396e6f7edec359e2b71f3d2aa9d6a6237.tar.gz Doxygen-de03970396e6f7edec359e2b71f3d2aa9d6a6237.tar.bz2 |
Tweaked the htmlonly sections in the manual so it produces valid HTML output
Diffstat (limited to 'doc/translator.py')
-rw-r--r-- | doc/translator.py | 2 |
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)
|