]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Minor indenting
authorSarven Capadisli <csarven@controlyourself.ca>
Fri, 19 Jun 2009 16:04:14 +0000 (16:04 +0000)
committerSarven Capadisli <csarven@controlyourself.ca>
Fri, 19 Jun 2009 16:04:14 +0000 (16:04 +0000)
lib/rssaction.php

index 08b333d974d5bcab5ba7887fc10694beb5d22842..6f6c9a8cb08e76461b1438556de367850c39e20d 100644 (file)
@@ -213,8 +213,7 @@ class Rss10Action extends Action
         $this->element('laconica:postIcon', array('rdf:resource' => $profile->avatarUrl()));
         $this->element('cc:licence', array('rdf:resource' => common_config('license', 'url')));
         if ($notice->reply_to) {
-            $replyurl = common_local_url('shownotice',
-            array('notice' => $notice->reply_to));
+            $replyurl = common_local_url('shownotice', array('notice' => $notice->reply_to));
             $this->element('sioc:reply_to', array('rdf:resource' => $replyurl));
         }
         $this->elementEnd('item');