mirror of
https://github.com/friendica/friendica
synced 2024-11-10 09:42:54 +00:00
removed spaces ...
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
78b9cf97e0
commit
8ba461db0a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue