summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actions/public.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/actions/public.php b/actions/public.php
index 5a11cece1..62071eccc 100644
--- a/actions/public.php
+++ b/actions/public.php
@@ -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');
}
}