mirror of
https://github.com/friendica/friendica
synced 2025-04-25 20:30:11 +00:00
Remove redundant htmlentities/htmlspecialchars
This commit is contained in:
parent
52ca6f34cd
commit
761e94d134
14 changed files with 47 additions and 64 deletions
|
@ -961,7 +961,7 @@ class HTML
|
|||
$save_label = $mode === 'text' ? L10n::t('Save') : L10n::t('Follow');
|
||||
|
||||
$values = [
|
||||
'$s' => htmlspecialchars($s),
|
||||
'$s' => $s,
|
||||
'$id' => $id,
|
||||
'$action_url' => $url,
|
||||
'$search_label' => L10n::t('Search'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue