diff options
author | Andrew Manning <tamanning@zoho.com> | 2016-12-27 07:34:47 -0500 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2016-12-27 07:34:47 -0500 |
commit | b245311a7e25785307257596ab79e2a2f20da84a (patch) | |
tree | d06f2f2490ef6f5fb0222d4b54be669e74c252c8 | |
parent | 4b2ef3964811173172e631ee1039f2893a56bdb8 (diff) | |
download | volse-hubzilla-b245311a7e25785307257596ab79e2a2f20da84a.tar.gz volse-hubzilla-b245311a7e25785307257596ab79e2a2f20da84a.tar.bz2 volse-hubzilla-b245311a7e25785307257596ab79e2a2f20da84a.zip |
Revert parseIdentityAwareHTML()
-rw-r--r-- | include/bbcode.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bbcode.php b/include/bbcode.php index e1e384bfb..e2a6bc71d 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -530,6 +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); |