removed spaces ...

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-08 19:17:20 +02:00
parent 78b9cf97e0
commit 8ba461db0a
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}