summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpjmattal <pjmattal>2005-05-16 23:04:56 +0200
committerpjmattal <pjmattal>2005-05-16 23:04:56 +0200
commite1e6884a33d75aa28079deb8121b629d66950286 (patch)
tree7dbccbc862ec0526420e23beef46a2ac2e63da91
parent499d459bdfc2ffc42ade60eab0be48ca9b80d103 (diff)
downloadaur-e1e6884a33d75aa28079deb8121b629d66950286.tar.gz
aur-e1e6884a33d75aa28079deb8121b629d66950286.tar.xz
added utf-8 encoding header
-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 d0b26d80..3343628a 100644
--- a/web/lib/aur.inc
+++ b/web/lib/aur.inc
@@ -1,4 +1,5 @@
<?
+header('Content-Type: text/html; charset=utf-8');
include_once("config.inc");
include_once("aur_po.inc");