]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagger.php
Replace x() by isset(), !empty() or defaults()
[friendica.git] / mod / tagger.php
index 5a8047414d648fc1c1d34771e971205fad832de3..f8979ae6cac05f102f7be5cc4423675b1b25fbf5 100644 (file)
@@ -78,7 +78,7 @@ function tagger_content(App $a) {
                $href = System::baseUrl() . '/display/' . $item['guid'];
        }
 
-       $link = XML::escape('<link rel="alternate" type="text/html" href="'. $href . '" />' . "\n") ;
+       $link = XML::escape('<link rel="alternate" type="text/html" href="'. $href . '" />' . "\n");
 
        $body = XML::escape($item['body']);