mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Remove double htmlspecialchars
This is already done in header.php; doing this double will result in & in title element Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
This commit is contained in:
parent
398fdb67ea
commit
fcb30db59f
1 changed files with 0 additions and 2 deletions
|
@ -303,8 +303,6 @@ function html_header($title="") {
|
||||||
global $LANG;
|
global $LANG;
|
||||||
global $SUPPORTED_LANGS;
|
global $SUPPORTED_LANGS;
|
||||||
|
|
||||||
$title = htmlspecialchars($title, ENT_QUOTES);
|
|
||||||
|
|
||||||
include('header.php');
|
include('header.php');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue