more spaces + some curly spaces added

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder
2017-01-26 16:07:30 +01:00
committed by Roland Haeder
parent 41a36606c6
commit 951006dd10
42 changed files with 206 additions and 187 deletions

View File

@@ -49,7 +49,7 @@ function quotelevel($message, $wraplength = 75)
$newlines = array();
$level = 0;
foreach($lines as $line) {;
foreach ($lines as $line) {;
$line = trim($line);
$startquote = false;
while (strpos("*".$line, '[quote]') > 0) {