Revert parseIdentityAwareHTML()
This commit is contained in:
parent
b245311a7e
commit
528a66fc97
@ -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);
|
||||
|
Reference in New Issue
Block a user