]> git.mxchange.org Git - friendica.git/commit
Replace htmlspecialchars_decode with html_entity_decode in XML::unescape
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 18 May 2019 17:15:01 +0000 (13:15 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sat, 18 May 2019 17:15:51 +0000 (13:15 -0400)
commit8fb9722cdc24ed9c6b12322e1b964963625e0c1f
tree66ab0d09ce76c21ef1d6ad9ce7c8a4b5e701f9e0
parent6cc376020e4e5e7f5ba29649a7829d89098a4d84
Replace htmlspecialchars_decode with html_entity_decode in XML::unescape

- Replace htmlspecialchars with htmlentities in XML::escape
- This allows for converting all entities from Diaspora messages to regular characters
src/Util/XML.php