Report#41:announcements / news: text view, missing blanks in parsed text (bbcode) - thx to NCurk for providing this fix
This commit is contained in:
@@ -467,7 +467,7 @@ function get_sub_taged_string($str, $bbuid, $maxlen) {
|
||||
$ntext .= $sr;
|
||||
$last = $sr;
|
||||
}
|
||||
$sl = trim(substr($sl, strlen($sr), strlen($sl)-strlen($sr)));
|
||||
$sl = substr($sl, strlen($sr), strlen($sl)-strlen($sr));
|
||||
}
|
||||
|
||||
$ret = trim($ret) . '...';
|
||||
|
||||
Reference in New Issue
Block a user