Skip to content

Commit 8bebe81

Browse files
committed
remove htmlspecialchars
1 parent 9ae003f commit 8bebe81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/lib/utils.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ function getURL(...$relative_url_components)
9393
function getHyperlink($text, ...$url_components)
9494
{
9595
$text = htmlspecialchars($text);
96-
$url_components = array_map("htmlspecialchars", $url_components);
9796
$url = getURL(...$url_components);
9897
return "<a href='$url'>$text</a>";
9998
}

0 commit comments

Comments
 (0)