Minor indenting
This commit is contained in:
parent
1c2cf10811
commit
9be54a3dcf
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue
Block a user