]> git.mxchange.org Git - friendica.git/commit
Fix removing falsy text nodes in HTML::tagToBBCodeSub
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 25 Sep 2022 01:53:50 +0000 (21:53 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 25 Sep 2022 02:03:49 +0000 (22:03 -0400)
commit3e1b6890b7584ccc542f43b389ee4d5fe24bfe00
tree8e12cd01c969322a13be6d790cc7eb0a59c8d3d9
parentdf559a24c0da0af7550fc2ebcf66d339df95cc01
Fix removing falsy text nodes in HTML::tagToBBCodeSub

- This wrongly removed text nodes containing just '0'
src/Content/Text/HTML.php
tests/src/Content/Text/HTMLTest.php