Home
last modified time | relevance | path

Searched refs:ENT_QUOTES (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/
H A DNote.php32 use const ENT_QUOTES; alias
133 return htmlspecialchars_decode($first, ENT_QUOTES);
H A DI18N.php442 $text = html_entity_decode($text, ENT_QUOTES, 'UTF-8');
500 …$string = html_entity_decode($string, ENT_QUOTES, 'UTF-8'); // otherwise HTML entities show up as …