X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fquoteconvert.php;h=71a15350c5f3f803f2ed53f7896c160656cd5bf6;hb=59ae5633ec9080845a02de99665293655bd8b726;hp=3a2292dddcd75ecfbe1d67840da9a1b9818f73ae;hpb=9c2c4839968169a191084d6d2b0d629d82430e67;p=friendica.git diff --git a/include/quoteconvert.php b/include/quoteconvert.php index 3a2292dddc..71a15350c5 100644 --- a/include/quoteconvert.php +++ b/include/quoteconvert.php @@ -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++; @@ -129,4 +129,3 @@ function removetofu($message) return($message); } -?>