X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fquoteconvert.php;h=71a15350c5f3f803f2ed53f7896c160656cd5bf6;hb=0cd9db9cb7f4c96f597e37590a536eaae123238d;hp=33e8843b0b5c69d2fba23073052a0ccb727f6081;hpb=f3d8da7d3303b72e7b775498663a57501bfc49c2;p=friendica.git diff --git a/include/quoteconvert.php b/include/quoteconvert.php index 33e8843b0b..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++;