diff options
author | pjmattal <pjmattal> | 2005-05-16 21:04:56 +0000 |
---|---|---|
committer | pjmattal <pjmattal> | 2005-05-16 21:04:56 +0000 |
commit | e1e6884a33d75aa28079deb8121b629d66950286 (patch) | |
tree | 7dbccbc862ec0526420e23beef46a2ac2e63da91 | |
parent | 499d459bdfc2ffc42ade60eab0be48ca9b80d103 (diff) | |
download | aurweb-e1e6884a33d75aa28079deb8121b629d66950286.tar.xz |
added utf-8 encoding header
-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 d0b26d8..3343628 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"); |