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: Patrice Dumas
Subject: texinfo/tp/Texinfo/Convert HTML.pm
Date: Sun, 05 Jun 2011 23:59:45 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        11/06/05 23:59:45

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

Log message:
        Don't check the default level of node.

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

Patches:
Index: HTML.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Convert/HTML.pm,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- HTML.pm     5 Jun 2011 23:21:48 -0000       1.87
+++ HTML.pm     5 Jun 2011 23:59:45 -0000       1.88
@@ -1957,7 +1957,8 @@
       $result .= '<strong>'.$heading.'</strong>'."\n";
     } else {
       # if the level was changed, set the command name right
-      if ($heading_level ne 
$Texinfo::Common::command_structuring_level{$cmdname}) {
+      if ($cmdname ne 'node' 
+          and $heading_level ne 
$Texinfo::Common::command_structuring_level{$cmdname}) {
         $cmdname 
           = 
$Texinfo::Common::level_to_structuring_command{$cmdname}->[$heading_level];
       }



reply via email to

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