]> git.mxchange.org Git - friendica.git/commit
Improve BBCode:toPlaintext
authorHypolite Petovan <hypolite@mrpetovan.com>
Sun, 4 Aug 2019 14:22:23 +0000 (10:22 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Sun, 4 Aug 2019 14:22:23 +0000 (10:22 -0400)
commitc3e3e83a521b971cc90f17257bf2c4b793f26c68
tree615c8a0b8f4c73aeb7abe319a3e5552d82cb47e6
parenta0f77e180024ad8e0275034416088a7513dca067
Improve BBCode:toPlaintext

- Fix issue where matching literal square brackets were removed with their content
- Fix issue where content without line feeds between BBCode tags would end up compacted in plain text
- Update extr calls to BBCode::toPlaintext in api
include/api.php
src/Content/Text/BBCode.php