/[texi2html]/texi2html/texi2html.init
ViewVC logotype

Diff of /texi2html/texi2html.init

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.92 by pertusus, Sun Aug 28 08:39:55 2005 UTC revision 1.93 by pertusus, Mon Nov 14 11:13:58 2005 UTC
# Line 937  sub T2H_DEFAULT_print_page_head($) Line 937  sub T2H_DEFAULT_print_page_head($)
937  {  {
938      my $fh = shift;      my $fh = shift;
939      my $longtitle = "$Texi2HTML::THISDOC{'title_simple_format'}";      my $longtitle = "$Texi2HTML::THISDOC{'title_simple_format'}";
940      $longtitle .= ": $Texi2HTML::SIMPLE_TEXT{'This'}" if exists $Texi2HTML::SIMPLE_TEXT{'This'};      $longtitle .= ": $Texi2HTML::SIMPLE_TEXT{'This'}" if defined ($Texi2HTML::SIMPLE_TEXT{'This'});
941      my $description = $DOCUMENT_DESCRIPTION;      my $description = $DOCUMENT_DESCRIPTION;
942      $description = $longtitle if (!defined($description));      $description = $longtitle if (!defined($description));
943      $description = "<meta name=\"description\" content=\"$description\">" if      $description = "<meta name=\"description\" content=\"$description\">" if
# Line 3897  sub t2h_default_comment($) Line 3897  sub t2h_default_comment($)
3897      {      {
3898          $text =~ s/-->/->/go;          $text =~ s/-->/->/go;
3899      }      }
3900      return '<!--' . $text . '-->' . "\n";      return '<!-- ' . $text . ' -->' . "\n";
3901  }  }
3902    
3903  # a paragraph  # a paragraph

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26