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: Patrice Dumas
Subject: [Texi2html-cvs] Changes to texi2html/texi2html.init
Date: Mon, 14 Nov 2005 06:16:27 -0500

Index: texi2html/texi2html.init
diff -u texi2html/texi2html.init:1.92 texi2html/texi2html.init:1.93
--- texi2html/texi2html.init:1.92       Sun Aug 28 08:39:55 2005
+++ texi2html/texi2html.init    Mon Nov 14 11:13:58 2005
@@ -12,7 +12,7 @@
 # Afterwards, load the file with command-line 
 # option -init-file <your_init_file>
 #
-# $Id: texi2html.init,v 1.92 2005/08/28 08:39:55 pertusus Exp $
+# $Id: texi2html.init,v 1.93 2005/11/14 11:13:58 pertusus Exp $
 
 ######################################################################
 # The following variables can also be set by command-line options
@@ -937,7 +937,7 @@
 {
     my $fh = shift;
     my $longtitle = "$Texi2HTML::THISDOC{'title_simple_format'}";
-    $longtitle .= ": $Texi2HTML::SIMPLE_TEXT{'This'}" if exists 
$Texi2HTML::SIMPLE_TEXT{'This'};
+    $longtitle .= ": $Texi2HTML::SIMPLE_TEXT{'This'}" if defined 
($Texi2HTML::SIMPLE_TEXT{'This'});
     my $description = $DOCUMENT_DESCRIPTION;
     $description = $longtitle if (!defined($description));
     $description = "<meta name=\"description\" content=\"$description\">" if
@@ -3897,7 +3897,7 @@
     { 
         $text =~ s/-->/->/go;
     }
-    return '<!--' . $text . '-->' . "\n";
+    return '<!-- ' . $text . ' -->' . "\n";
 }
 
 # a paragraph




reply via email to

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