* src/tools/docmaker/tohtml.py (block_footer_start,
block_footer_middle): Beautify output.
This commit is contained in:
parent
0c52faa9db
commit
35a90b7901
@ -1,3 +1,8 @@
|
||||
2008-05-27 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/tools/docmaker/tohtml.py (block_footer_start,
|
||||
block_footer_middle): Beautify output.
|
||||
|
||||
2008-05-25 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/raster/ftraster.c (fc_black_render): Return 0 when we are
|
||||
|
@ -79,12 +79,12 @@ block_header = '<table align=center width="75%"><tr><td>'
|
||||
block_footer_start = """\
|
||||
</td></tr></table>
|
||||
<hr width="75%">
|
||||
<table align=center width="75%"><tr><td><font size=-2>[<a href="
|
||||
<table align=center width="75%"><tr><td><font size=-2>[<a href="\
|
||||
"""
|
||||
block_footer_middle = """\
|
||||
">Index</a>]</font></td>
|
||||
<td width="100%"></td>
|
||||
<td><font size=-2>[<a href="
|
||||
<td><font size=-2>[<a href="\
|
||||
"""
|
||||
block_footer_end = """\
|
||||
">TOC</a>]</font></td></tr></table>
|
||||
|
Loading…
Reference in New Issue
Block a user