diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-01-19 12:21:26 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2013-01-19 12:21:26 +0100 |
commit | 49e61845085aff6076a3dde056d08a278f447e6d (patch) | |
tree | bd047d36321dbcff4b64e80d6ac7f2d7d4f31908 /web/lib/aur.inc.php | |
parent | 8e1051932eb86ef87f7b64efc86f50e633201b56 (diff) | |
parent | 07edcdab17f78ef39c3b975ea3cdbac38de8a800 (diff) | |
download | aurweb-49e61845085aff6076a3dde056d08a278f447e6d.tar.xz |
Merge branch 'maint'
Diffstat (limited to 'web/lib/aur.inc.php')
-rw-r--r-- | web/lib/aur.inc.php | 2 |
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; } |