]> git.mxchange.org Git - friendica.git/blobdiff - include/html2plain.php
Merge pull request #3365 from Hypolite/issue/remove-wrong-profile-link-for-contacts
[friendica.git] / include / html2plain.php
index dc2cb137c49358e986f513860c5dda7d8f2b049e..1d5910d83bea975a11a02b2aef1e8c3eba01e68b 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) {