aboutsummaryrefslogtreecommitdiffstats
path: root/include/bbcode.php
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2016-12-27 07:32:39 -0500
committerAndrew Manning <tamanning@zoho.com>2016-12-27 07:32:39 -0500
commit4b2ef3964811173172e631ee1039f2893a56bdb8 (patch)
treecdc518bbbed184ad7dfc47f25fb8a9dc4b202334 /include/bbcode.php
parent3bb6c667db9b8d833fa9eca1dd744ad4ad05eebd (diff)
downloadvolse-hubzilla-4b2ef3964811173172e631ee1039f2893a56bdb8.tar.gz
volse-hubzilla-4b2ef3964811173172e631ee1039f2893a56bdb8.tar.bz2
volse-hubzilla-4b2ef3964811173172e631ee1039f2893a56bdb8.zip
BBcode reference page is essentially complete. There is still room for improvement.
Diffstat (limited to 'include/bbcode.php')
-rw-r--r--include/bbcode.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/bbcode.php b/include/bbcode.php
index f0cf861f3..e1e384bfb 100644
--- a/include/bbcode.php
+++ b/include/bbcode.php
@@ -530,7 +530,6 @@ 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);