summaryrefslogtreecommitdiffstats
path: root/tools/tcltk-man2html.tcl
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-06-15 09:41:43 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-06-15 09:41:43 (GMT)
commitc664dc994a0c00a615120c01bda0f55ddd4e428f (patch)
tree5e420f3e99c12f3ef4792704ab0e97d8018be52c /tools/tcltk-man2html.tcl
parentfdb97a3d7dd85152f33c8232bc038c32e995f8af (diff)
downloadtcl-c664dc994a0c00a615120c01bda0f55ddd4e428f.zip
tcl-c664dc994a0c00a615120c01bda0f55ddd4e428f.tar.gz
tcl-c664dc994a0c00a615120c01bda0f55ddd4e428f.tar.bz2
Apply last useful bit of [Patch 557486].
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-xtools/tcltk-man2html.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index 0cb3ac7..23b0d30 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -1796,7 +1796,7 @@ proc make-man-pages {html args} {
}
set tail [file tail $tail]
append rows([expr {$n%$nrows}]) \
- "<td> <a href=\"$tail.htm\">$name</a>"
+ "<td> <a href=\"$tail.htm\">$name</a> </td>"
incr n
}
puts $manual(wing-toc-fp) <table>