X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fhtml2plain.php;h=572f9714a32162f2ffc1504aab4708df4b6600f0;hb=39d8fec290613cac87c2821b9f7b20fa94d319ca;hp=7aa20500a57a1ad2594fa4f489743035dc343ebb;hpb=315d496290747aab8b3147dc24b822460071bb2d;p=friendica.git diff --git a/include/html2plain.php b/include/html2plain.php index 7aa20500a5..572f9714a3 100644 --- a/include/html2plain.php +++ b/include/html2plain.php @@ -1,5 +1,5 @@ $url) - if (strpos($message, $url) == false) + if (strpos($message, $url) === false) $message .= "\n".$url." "; //$message .= "\n[".($counter++)."] ".$url; }