]> granicus.if.org Git - python/commit
init_myformat(): None of the "mark" values can be empty strings, or
authorFred Drake <fdrake@acm.org>
Tue, 5 Aug 2003 05:00:23 +0000 (05:00 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 5 Aug 2003 05:00:23 +0000 (05:00 +0000)
commit5d9c636faffb9b7adec638fc48ac6a97a3a4b6b9
tree9364cd977b0a60de917b88415ec7243ab600dad7
parent474335ce17c120eb74a17c5c4fd138694c535f77
init_myformat():  None of the "mark" values can be empty strings, or
    LaTeX2HTML feels free to remove a surrounding element that
    contains no other content.  Since such an element is typically a
    named anchor used for hyperlinking, they should not be removed.
    Unfortunatley, making sure these marks are non-empty is the most
    direct way of avoiding this behavior.

Thanks to Dave Kuhlman for tracking this down; this was some excellent
detective work!
Doc/perl/python.perl