]> git.mxchange.org Git - friendica.git/blobdiff - include/quoteconvert.php
Degrade priority step by step
[friendica.git] / include / quoteconvert.php
index 33e8843b0b5c69d2fba23073052a0ccb727f6081..71a15350c5f3f803f2ed53f7896c160656cd5bf6 100644 (file)
@@ -10,7 +10,7 @@ function convertquote($body, $reply)
                $quoteline = $arrbody[$i];
 
                while ((strlen($quoteline)>0) and ((substr($quoteline, 0, 1) == '>')
-                       or (substr($quoteline, 0, 1) == ' '))) {
+                       || (substr($quoteline, 0, 1) == ' '))) {
                        if (substr($quoteline, 0, 1) == '>')
                                $quotelevel++;