diff --git a/include/bbcode.php b/include/bbcode.php index 75c936d57..34fe85097 100644 --- a/include/bbcode.php +++ b/include/bbcode.php @@ -849,7 +849,7 @@ function bb_summary($match) { // return $match[1] . $match[2] . EOL . EOL . $match[3]; - return $match[1] . '
' .$match[2] . '' . EOL. EOL . $match[3] . '
'; + return $match[1] . '
' .$match[2] . '' . '
' . $match[3] . '
'; }