unspaced ... ;-)

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-04-05 22:45:16 +02:00
parent 32ffe4a711
commit 20f8b63fca
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 6 additions and 5 deletions

View File

@ -299,6 +299,7 @@ function get_bb_tag_pos($s, $name, $occurence = 1) {
'close' => $end_open + strlen('[/' . $name . ']')
),
);
if ($start_equal !== false) {
$res['start']['equal'] = $start_equal + 1;
}