]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/showstream.php
Many i18n/L10n updates and lots of descriptions for translators added.
[quix0rs-gnu-social.git] / actions / showstream.php
index be61a7ce0d759b22655ec0ca2fcdca03d89de5d7..fb5b061fbe3031ef725aeb23710c9e22c2800bab 100644 (file)
@@ -54,7 +54,6 @@ require_once INSTALLDIR.'/lib/feedlist.php';
  * @license  http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0
  * @link     http://status.net/
  */
-
 class ShowstreamAction extends ProfileAction
 {
     function isReadOnly($args)
@@ -84,7 +83,6 @@ class ShowstreamAction extends ProfileAction
 
     function handle($args)
     {
-
         // Looks like we're good; start output
 
         // For YADIS discovery, we also have a <meta> tag
@@ -186,7 +184,6 @@ class ShowstreamAction extends ProfileAction
         $this->element('link', array('rel' => 'EditURI',
                                      'type' => 'application/rsd+xml',
                                      'href' => $rsd));
-
     }
 
     function showProfile()