X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FProtocol%2FFeed.php;h=5939e5ce1a929b96c00f0fc21b642acab4856106;hb=5437e99090b53c0c8d48c57812211f755fff5800;hp=d63b57b8c9522bd6a21d9387b1c7e0c93a217e50;hpb=67f9458ba62abc52b4cd2760470c1f0fd7d97aba;p=friendica.git diff --git a/src/Protocol/Feed.php b/src/Protocol/Feed.php index d63b57b8c9..5939e5ce1a 100644 --- a/src/Protocol/Feed.php +++ b/src/Protocol/Feed.php @@ -350,7 +350,7 @@ class Feed { $tags .= ', '; } - $taglink = "#[url=" . System::baseUrl() . "/search?tag=" . rawurlencode($hashtag) . "]" . $hashtag . "[/url]"; + $taglink = "#[url=" . System::baseUrl() . "/search?tag=" . $hashtag . "]" . $hashtag . "[/url]"; $tags .= $taglink; }