kopia lustrzana https://github.com/friendica/friendica
removed spaces ...
Signed-off-by: Roland Haeder <roland@mxchange.org>pull/3287/head
rodzic
78b9cf97e0
commit
8ba461db0a
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue