forgot to add encoding.

This commit is contained in:
dusty 2004-06-19 17:51:06 +00:00
parent a329ff3c01
commit f478d7204f

View file

@ -82,6 +82,7 @@ function html_header() {
print "<link rel='stylesheet' type='text/css' href='/css/fonts.css'/>\n";
print "<link rel='stylesheet' type='text/css' href='/css/containers.css'/>\n";
print "<link rel='shortcut icon' href='/images/favicon.ico'/>\n";
print "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n";
print "</head>\n";
print "<body bgcolor='white'>\n";
print "<table cellspacing='0' ";