diff --git a/en/cgi/cgi-style.pl b/en/cgi/cgi-style.pl index 390802f75b..0c3bf5bf4a 100644 --- a/en/cgi/cgi-style.pl +++ b/en/cgi/cgi-style.pl @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.41 2010/12/29 13:08:41 wosch Exp $ +# $FreeBSD: www/en/cgi/cgi-style.pl,v 1.42 2011/01/08 14:58:27 wosch Exp $ # # Perl routines to encapsulate various elements of HTML page style. @@ -32,6 +32,10 @@ if (!defined($hsty_date)) { $hsty_date = ''; } +if (!defined($hsty_charset)) { + $hsty_charset = 'iso-8859-1'; +} + # This can be set to either a string containing an inline CSS stylesheet # or to a element that references an external CSS stylesheet, to # make local modifications to the style of a CGI script's output. @@ -212,7 +216,7 @@ $doctype $html