parent
d6d9a0a981
commit
10a4d9ea1e
|
@ -187,7 +187,6 @@ class PublicAction extends Action
|
||||||
|
|
||||||
function showExportData()
|
function showExportData()
|
||||||
{
|
{
|
||||||
$this->elementStart('div', array('id' => 'exportdata', 'class' => 'section'));
|
|
||||||
$fl = new FeedList($this);
|
$fl = new FeedList($this);
|
||||||
$fl->show(array(0 => array('href' => common_local_url('publicrss'),
|
$fl->show(array(0 => array('href' => common_local_url('publicrss'),
|
||||||
'type' => 'rss',
|
'type' => 'rss',
|
||||||
|
@ -197,6 +196,5 @@ class PublicAction extends Action
|
||||||
'type' => 'atom',
|
'type' => 'atom',
|
||||||
'version' => 'Atom 1.0',
|
'version' => 'Atom 1.0',
|
||||||
'item' => 'publicatom')));
|
'item' => 'publicatom')));
|
||||||
$this->elementEnd('div');
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user