Exclude [img] tags from tag replacement
- It broke image captions by inserting an HTML link inside an HTML attribute
This commit is contained in:
+1
-1
@@ -375,7 +375,7 @@ function item_post(App $a) {
|
||||
$only_to_forum = false;
|
||||
$forum_contact = [];
|
||||
|
||||
$body = BBCode::performWithEscapedTags($body, ['noparse', 'pre', 'code'], function ($body) use ($profile_uid, $network, $str_contact_allow, &$inform, &$private_forum, &$private_id, &$only_to_forum, &$forum_contact) {
|
||||
$body = BBCode::performWithEscapedTags($body, ['noparse', 'pre', 'code', 'img'], function ($body) use ($profile_uid, $network, $str_contact_allow, &$inform, &$private_forum, &$private_id, &$only_to_forum, &$forum_contact) {
|
||||
$tags = BBCode::getTags($body);
|
||||
|
||||
$tagged = [];
|
||||
|
||||
Reference in New Issue
Block a user