Home
last modified time | relevance | path

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

/webtrees/app/
H A DI18N.php36 use function html_entity_decode; alias
442 $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 …