X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2Fhtml2plain.php;h=839dd70a74437383a01ccdec34bbcad0d66506a7;hb=c43a03e21bcd12b24be8a59741ec6591c1f651d7;hp=21261327db82aefc2ce9dda46c8d930155fb390d;hpb=041f74dc775424f686a1cd95c00e0d63bfc4b99c;p=friendica.git diff --git a/include/html2plain.php b/include/html2plain.php index 21261327db..839dd70a74 100644 --- a/include/html2plain.php +++ b/include/html2plain.php @@ -83,7 +83,7 @@ function collecturls($message) { $urls = array(); foreach ($result as $treffer) { // A list of some links that should be ignored - $list = array("/user/", "/tag/", "/group/", "/profile/", "/search?search=", "mailto:", "/u/", "/node/", + $list = array("/user/", "/tag/", "/group/", "/profile/", "/search?search=", "/search?tag=", "mailto:", "/u/", "/node/", "//facebook.com/profile.php?id=", "//plus.google.com/"); foreach ($list as $listitem) if (strpos($treffer[1], $listitem) !== false)