summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-06-19 16:04:14 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-06-19 16:04:14 +0000
commit9be54a3dcf6520781c1c64897a28cfaca6fd66fb (patch)
tree51148706431eee499532d8c23655f6d80f32aad5 /lib
parent1c2cf108118b3d5cfebd0e266099505810e6d850 (diff)
Minor indenting
Diffstat (limited to 'lib')
-rw-r--r--lib/rssaction.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/rssaction.php b/lib/rssaction.php
index 08b333d97..6f6c9a8cb 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');