Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e303aa commit 0e2e687Copy full SHA for 0e2e687
1 file changed
Doc/perl/l2hinit.perl
@@ -634,16 +634,18 @@ ($$)
634
# . "\n"
635
# : ''),
636
$more_links_mark,
637
+ "\n",
638
($CHARSET && $HTML_VERSION ge "2.1"
639
? ('<meta http-equiv="Content-Type" content="text/html; '
640
. "charset=$CHARSET\">\n")
641
: ''),
642
($AESOP_META_TYPE
643
? "<meta name='aesop' content='$AESOP_META_TYPE'>\n" : ''));
644
}
-
645
- if (!$charset && $CHARSET) { $charset = $CHARSET; $charset =~ s/_/\-/go; }
646
+ if (!$charset && $CHARSET) {
+ $charset = $CHARSET;
647
+ $charset =~ s/_/\-/go;
648
+ }
649
join('',
650
$MY_PARTIAL_HEADER,
651
&meta_information($title),
0 commit comments