]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/public.php
don't double the output for some PublicAction->extraHead
[quix0rs-gnu-social.git] / actions / public.php
index 7cae3cfd1513afdad9ccd0973d05de2ffbd15f41..175e0f1e70c416bb12fe4c00a47b631afc07cb66 100644 (file)
@@ -74,19 +74,6 @@ class PublicAction extends SitestreamAction
         parent::extraHead();
         $this->element('meta', array('http-equiv' => 'X-XRDS-Location',
                                            'content' => common_local_url('publicxrds')));
-
-        $rsd = common_local_url('rsd');
-
-        // RSD, http://tales.phrasewise.com/rfc/rsd
-
-        $this->element('link', array('rel' => 'EditURI',
-                                     'type' => 'application/rsd+xml',
-                                     'href' => $rsd));
-
-        if ($this->page != 1) {
-            $this->element('link', array('rel' => 'canonical',
-                                         'href' => common_local_url('public')));
-        }
     }
 
     function showSections()