]> granicus.if.org Git - python/commitdiff
Minor rearranging.
authorFred Drake <fdrake@acm.org>
Wed, 30 Oct 2002 19:55:23 +0000 (19:55 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 30 Oct 2002 19:55:23 +0000 (19:55 +0000)
Doc/perl/l2hinit.perl

index edb6caa3f9a225a917c278deff1a7e3dd65d7cd2..11975319527935188afcacee7f35ae12af0857ff 100644 (file)
@@ -634,6 +634,7 @@ sub make_head_and_body($$) {
             #    . "\n"
             #  : ''),
             $more_links_mark,
+            "\n",
             ($CHARSET && $HTML_VERSION ge "2.1"
              ? ('<meta http-equiv="Content-Type" content="text/html; '
                 . "charset=$CHARSET\">\n")
@@ -641,9 +642,10 @@ sub make_head_and_body($$) {
             ($AESOP_META_TYPE
              ? "<meta name='aesop' content='$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),