texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/tp/Texinfo/Convert HTML.pm


From: Karl Berry
Subject: texinfo/tp/Texinfo/Convert HTML.pm
Date: Fri, 15 Jul 2011 14:02:39 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/07/15 14:02:39

Modified files:
        tp/Texinfo/Convert: HTML.pm 

Log message:
        rm spurious binary chars, again

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Convert/HTML.pm?cvsroot=texinfo&r1=1.109&r2=1.110

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -b -r1.109 -r1.110
--- HTML.pm     14 Jul 2011 21:20:42 -0000      1.109
+++ HTML.pm     15 Jul 2011 14:02:36 -0000      1.110
@@ -1396,8 +1396,8 @@
       # This should rarely happen, except for @footnote is @copying and
       # multiple @insertcopying...
       # Here it is not checked that there is no clash with another anchor. 
-      # However, unless there are more than 1000 footnotes this should not 
-      # happen.
+      # However, unless there are more than 1000 footnotes this should not 
+      # happen.
       $footid .= '_'.$foot_num;
       $docid .= '_'.$foot_num;
     }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]