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: Thu, 23 Jun 2011 16:16:39 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Karl Berry <karl>       11/06/23 16:16:39

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

Log message:
        rm binary char

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

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -b -r1.92 -r1.93
--- HTML.pm     21 Jun 2011 23:01:04 -0000      1.92
+++ HTML.pm     23 Jun 2011 16:16:39 -0000      1.93
@@ -3201,7 +3201,7 @@
   } else {
     $node = $self->label_command($node_entry->{'normalized'});
     # if NODE_NAME_IN_MENU, we pick the associated section, except if 
-    # the node is the element command
+    # the node is the element command
     if ($node->{'extra'}->{'associated_section'} 
       and !$self->get_conf('NODE_NAME_IN_MENU')
       and !($self->command_element_command($node) eq $node)) {



reply via email to

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