diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-31 10:02:55 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-05-31 10:02:55 (GMT) |
commit | ce3b0976b6990946f768c49d95670d55a2627283 (patch) | |
tree | d1b8af83039c6881887386e9bc55fca9f16e5f7d /tools | |
parent | ae3ca8f5a7f6417162cbeadbc613d452c2b278c8 (diff) | |
download | tcl-ce3b0976b6990946f768c49d95670d55a2627283.zip tcl-ce3b0976b6990946f768c49d95670d55a2627283.tar.gz tcl-ce3b0976b6990946f768c49d95670d55a2627283.tar.bz2 |
[Bug 1997845]: Corrected formatting so that generated HTML can link properly.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl index c6932d0..59a2a63 100755 --- a/tools/tcltk-man2html.tcl +++ b/tools/tcltk-man2html.tcl @@ -947,6 +947,11 @@ proc cross-reference {ref} { return $ref } } + safe.n { + if {$lref in {options}} { + return $ref + } + } } ## ## return the cross reference |