From: Roland Haeder Date: Sat, 8 Apr 2017 17:17:20 +0000 (+0200) Subject: removed spaces ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=8ba461db0ad3a27cd8e747f45ac4338b24694797;p=friendica.git removed spaces ... Signed-off-by: Roland Haeder --- diff --git a/include/bbcode.php b/include/bbcode.php index c29dcaffae..7ff0499ef1 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -260,7 +260,7 @@ function get_bb_tag_pos($s, $name, $occurence = 1) { } } - if ( $start_open === false) { + if ($start_open === false) { return false; } @@ -275,7 +275,7 @@ function get_bb_tag_pos($s, $name, $occurence = 1) { $end_open = strpos($s, '[/' . $name . ']', $start_close); - if ( $end_open === false) { + if ($end_open === false) { return false; }