summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-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 018d5c8..387d81d 100644
--- a/web/lib/aur.inc.php
+++ b/web/lib/aur.inc.php
@@ -303,8 +303,6 @@ function html_header($title="") {
global $LANG;
global $SUPPORTED_LANGS;
- $title = htmlspecialchars($title, ENT_QUOTES);
-
include('header.php');
return;
}