From: Sarven Capadisli Date: Fri, 19 Jun 2009 16:04:14 +0000 (+0000) Subject: Minor indenting X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9be54a3dcf6520781c1c64897a28cfaca6fd66fb;p=quix0rs-gnu-social.git Minor indenting --- diff --git a/lib/rssaction.php b/lib/rssaction.php index 08b333d974..6f6c9a8cb0 100644 --- a/lib/rssaction.php +++ b/lib/rssaction.php @@ -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');