aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-27 07:35:33 -0500
committerAndrew Manning <tamanning@zoho.com>2016-12-27 07:35:33 -0500
commit528a66fc97a0c1b5e75f386421befcf3bcd799b5 (patch)
treef8765dcb89a620a6b9c6111c475e2b9be49a0575
parentb245311a7e25785307257596ab79e2a2f20da84a (diff)
downloadvolse-hubzilla-528a66fc97a0c1b5e75f386421befcf3bcd799b5.tar.gz
volse-hubzilla-528a66fc97a0c1b5e75f386421befcf3bcd799b5.tar.bz2
volse-hubzilla-528a66fc97a0c1b5e75f386421befcf3bcd799b5.zip
Revert parseIdentityAwareHTML()
-rw-r--r--include/bbcode.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index e2a6bc71d..f0cf861f3 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -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);