summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordusty <dusty>2004-06-19 19:51:06 +0200
committerdusty <dusty>2004-06-19 19:51:06 +0200
commitf478d7204f23cbf23d7149cd8694a3e74211ae9f (patch)
tree08580fc65f521afeb4ff64c95c3742681a0d1a9c
parenta329ff3c01a502a967f6f5a5dbe7635fa93841e2 (diff)
downloadaur-f478d7204f23cbf23d7149cd8694a3e74211ae9f.tar.gz
aur-f478d7204f23cbf23d7149cd8694a3e74211ae9f.tar.xz
forgot to add encoding.
-rw-r--r--web/lib/aur.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/lib/aur.inc b/web/lib/aur.inc
index 70c7c5bb..d809ace7 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' ";