Revert "section for export data"

This reverts commit 4cee28ace9ece31acc89277903a8924a0747ac95.
This commit is contained in:
Evan Prodromou 2009-01-15 22:23:40 +00:00
父節點 d6d9a0a981
當前提交 10a4d9ea1e

查看文件

@ -187,7 +187,6 @@ class PublicAction extends Action
function showExportData()
{
$this->elementStart('div', array('id' => 'exportdata', 'class' => 'section'));
$fl = new FeedList($this);
$fl->show(array(0 => array('href' => common_local_url('publicrss'),
'type' => 'rss',
@ -197,6 +196,5 @@ class PublicAction extends Action
'type' => 'atom',
'version' => 'Atom 1.0',
'item' => 'publicatom')));
$this->elementEnd('div');
}
}