From: Fred Drake Date: Wed, 30 Oct 2002 19:55:23 +0000 (+0000) Subject: Minor rearranging. X-Git-Tag: v2.3c1~3641 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e2e687ba06eb30693dac16ba3e7deb4e9475a2e;p=thirdparty%2FPython%2Fcpython.git Minor rearranging. --- diff --git a/Doc/perl/l2hinit.perl b/Doc/perl/l2hinit.perl index edb6caa3f9a2..119753195279 100644 --- a/Doc/perl/l2hinit.perl +++ b/Doc/perl/l2hinit.perl @@ -634,6 +634,7 @@ sub make_head_and_body($$) { # . "\n" # : ''), $more_links_mark, + "\n", ($CHARSET && $HTML_VERSION ge "2.1" ? ('\n") @@ -641,9 +642,10 @@ sub make_head_and_body($$) { ($AESOP_META_TYPE ? "\n" : '')); } - - if (!$charset && $CHARSET) { $charset = $CHARSET; $charset =~ s/_/\-/go; } - + if (!$charset && $CHARSET) { + $charset = $CHARSET; + $charset =~ s/_/\-/go; + } join('', $MY_PARTIAL_HEADER, &meta_information($title),