Minor indenting

This commit is contained in:
Sarven Capadisli 2009-06-19 16:04:14 +00:00
parent 1c2cf10811
commit 9be54a3dcf

View 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');