]> git.mxchange.org Git - friendica.git/blobdiff - mod/subthread.php
Merge pull request #6324 from MrPetovan/bug/6316-remove-html-encode
[friendica.git] / mod / subthread.php
index b287957b23ea0bbe82133e4a1630e162dbeb76c0..90ab5a3aabbddf46c0db8d1f26ea98655ee3c7fe 100644 (file)
@@ -89,7 +89,7 @@ function subthread_content(App $a) {
 
        $post_type = (($item['resource-id']) ? L10n::t('photo') : L10n::t('status'));
        $objtype = (($item['resource-id']) ? ACTIVITY_OBJ_IMAGE : ACTIVITY_OBJ_NOTE );
-       $link = XML::escape('<link rel="alternate" type="text/html" href="' . System::baseUrl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . '" />' . "\n") ;
+       $link = XML::escape('<link rel="alternate" type="text/html" href="' . System::baseUrl() . '/display/' . $owner['nickname'] . '/' . $item['id'] . '" />' . "\n");
        $body = $item['body'];
 
        $obj = <<< EOT