texi2html-cvs
[Top][All Lists]
Advanced

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

[Texi2html-cvs] Changes to texi2html/texi2html.init


From: Derek Robert Price
Subject: [Texi2html-cvs] Changes to texi2html/texi2html.init
Date: Mon, 22 Aug 2005 15:24:43 -0400

Index: texi2html/texi2html.init
diff -u texi2html/texi2html.init:1.87 texi2html/texi2html.init:1.88
--- texi2html/texi2html.init:1.87       Sun Aug 21 21:31:55 2005
+++ texi2html/texi2html.init    Mon Aug 22 19:24:43 2005
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.87 2005/08/21 21:31:55 pertusus Exp $
+# $Id: texi2html.init,v 1.88 2005/08/22 19:24:43 dprice Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -3284,7 +3284,8 @@
     }
     $entry = &$anchor('', $href, $entry) if ($href);
     $entry .= $ending if ($preformatted);
-    return $entry . '&nbsp;';
+    $entry .= '&nbsp;' unless $preformatted;
+    return $entry;
 }
 
 # formats a menu entry link pointing to a node or section 




reply via email to

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