]> git.mxchange.org Git - friendica.git/commit
Increase specificity of [url][img] capture regex in BBCode::getAttachedData
authorHypolite Petovan <hypolite@mrpetovan.com>
Mon, 10 Feb 2020 03:19:21 +0000 (22:19 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 10 Feb 2020 03:19:21 +0000 (22:19 -0500)
commitd2ca5ccd354e3f252e434291d3465505080304ee
treed90d6cd17b1790d1c0c74201cf61605b9c8283cf
parent16acf1db95f2154586027443f6bade39d32f9537
Increase specificity of [url][img] capture regex in BBCode::getAttachedData

- Prevents it from over capturing when there's a [url] tag before the image
src/Content/Text/BBCode.php