mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 10:00:49 +01:00
fix pm_snippet bug
This commit is contained in:
parent
d166fc70bd
commit
94ac200d57
@ -112,7 +112,7 @@ function pm_snippet($body, $len=null) {
|
||||
$len = &$config['mod']['snippet_length'];
|
||||
|
||||
// Replace line breaks with some whitespace
|
||||
$body = str_replace('<br/>', ' ', $body);
|
||||
$body = preg_replace('@<br/?>@i', ' ', $body);
|
||||
|
||||
// Strip tags
|
||||
$body = strip_tags($body);
|
||||
|
Loading…
Reference in New Issue
Block a user