summaryrefslogtreecommitdiffstats
path: root/web/lib/aur.inc.php
diff options
context:
space:
mode:
authorLukas Fleischer <archlinux@cryptocrack.de>2013-01-19 12:21:26 +0100
committerLukas Fleischer <archlinux@cryptocrack.de>2013-01-19 12:21:26 +0100
commit49e61845085aff6076a3dde056d08a278f447e6d (patch)
treebd047d36321dbcff4b64e80d6ac7f2d7d4f31908 /web/lib/aur.inc.php
parent8e1051932eb86ef87f7b64efc86f50e633201b56 (diff)
parent07edcdab17f78ef39c3b975ea3cdbac38de8a800 (diff)
downloadaurweb-49e61845085aff6076a3dde056d08a278f447e6d.tar.xz
Merge branch 'maint'
Diffstat (limited to 'web/lib/aur.inc.php')
-rw-r--r--web/lib/aur.inc.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/web/lib/aur.inc.php b/web/lib/aur.inc.php
index e392102..9317ec9 100644
--- a/web/lib/aur.inc.php
+++ b/web/lib/aur.inc.php
@@ -303,8 +303,6 @@ function html_header($title="", $details=array()) {
global $LANG;
global $SUPPORTED_LANGS;
- $title = htmlspecialchars($title, ENT_QUOTES);
-
include('header.php');
return;
}