]> git.mxchange.org Git - friendica.git/blobdiff - include/html2plain.php
It is better this way
[friendica.git] / include / html2plain.php
index 1d5910d83bea975a11a02b2aef1e8c3eba01e68b..ed338ce71002672c6fbf217941e98eba125efc96 100644 (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) {
@@ -233,4 +233,3 @@ function html2plain($html, $wraplength = 75, $compact = false)
 
        return(trim($message));
 }
-?>