Revert parseIdentityAwareHTML()

This commit is contained in:
Andrew Manning 2016-12-27 07:35:33 -05:00
parent b245311a7e
commit 528a66fc97

View file

@ -530,7 +530,7 @@ function bb_fixtable_lf($match) {
}
function parseIdentityAwareHTML($Text) {
// Hide all [noparse] contained bbtags by spacefying them
if (strpos($Text,'[noparse]') !== false) {
$Text = preg_replace_callback("/\[noparse\](.*?)\[\/noparse\]/ism", 'bb_spacefy',$Text);