aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-27 07:34:47 -0500
committerAndrew Manning <tamanning@zoho.com>2016-12-27 07:34:47 -0500
commitb245311a7e25785307257596ab79e2a2f20da84a (patch)
treed06f2f2490ef6f5fb0222d4b54be669e74c252c8
parent4b2ef3964811173172e631ee1039f2893a56bdb8 (diff)
downloadvolse-hubzilla-b245311a7e25785307257596ab79e2a2f20da84a.tar.gz
volse-hubzilla-b245311a7e25785307257596ab79e2a2f20da84a.tar.bz2
volse-hubzilla-b245311a7e25785307257596ab79e2a2f20da84a.zip
Revert parseIdentityAwareHTML()
-rw-r--r--include/bbcode.php1
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);