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: Mon, 23 May 2011 23:34:57 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/05/23 23:34:57

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

Log message:
        rm non-ASCII space in comment making xgettext unhappy

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

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -b -r1.60 -r1.61
--- HTML.pm     10 May 2011 20:44:01 -0000      1.60
+++ HTML.pm     23 May 2011 23:34:57 -0000      1.61
@@ -3930,7 +3930,7 @@
           $result .= "<li><a name=\"$toc_id\" href=\"$href\">$text</a>";
         }
       }
-      # for shortcontents don't do child if child is not toplevel
+      # for shortcontents don't do child if child is not toplevel
       if ($section->{'section_childs'}
           and ($contents or $section->{'level'} < $root_level+1)) {
         # no indenting for shortcontents



reply via email to

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