issue when fragment of naked url matches a tag in the same post

This commit is contained in:
Mike Macgirvin 2024-03-10 19:09:39 -07:00
parent 26788bfdcc
commit 05fbd58f65

View file

@ -1002,13 +1002,13 @@ class Item extends Controller
}
$summary = wrap_code($summary);
$summary = cleanup_bbcode($summary);
$summary_tags = linkify_tags($summary, ($uid) ? $uid : $profile_uid);
$summary = cleanup_bbcode($summary);
$summary = unwrap_code($summary);
$body = wrap_code($body);
$body = cleanup_bbcode($body);
$body_tags = linkify_tags($body, ($uid) ? $uid : $profile_uid);
$body = cleanup_bbcode($body);
$body = unwrap_code($body);