]> git.mxchange.org Git - friendica.git/commit
Decode HTML entities in code blocks in HTML::toBBCode
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 15 Oct 2021 15:36:40 +0000 (11:36 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 15 Oct 2021 15:36:40 +0000 (11:36 -0400)
commitf9165fbaf0cc1d3459c78a40d1f1230754da136b
tree869fc6fbbdf66f1fb0d6dfe15d4c285af7f4c4bd
parentca1801a1646f17e73df68834d279d1d08b208a2d
Decode HTML entities in code blocks in HTML::toBBCode

- Replace PHP_EOL uses with the more common \n
src/Content/Text/HTML.php