diff options
author | dusty <dusty> | 2004-06-19 17:51:06 +0000 |
---|---|---|
committer | dusty <dusty> | 2004-06-19 17:51:06 +0000 |
commit | f478d7204f23cbf23d7149cd8694a3e74211ae9f (patch) | |
tree | 08580fc65f521afeb4ff64c95c3742681a0d1a9c /web | |
parent | a329ff3c01a502a967f6f5a5dbe7635fa93841e2 (diff) | |
download | aurweb-f478d7204f23cbf23d7149cd8694a3e74211ae9f.tar.xz |
forgot to add encoding.
Diffstat (limited to 'web')
-rw-r--r-- | web/lib/aur.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc index 70c7c5b..d809ace 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -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' "; |