From 10a4d9ea1e7a930354c8005fb1f418f12d33013b Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 15 Jan 2009 22:23:40 +0000 Subject: [PATCH] Revert "section for export data" This reverts commit 4cee28ace9ece31acc89277903a8924a0747ac95. --- actions/public.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/actions/public.php b/actions/public.php index 5a11cece18..62071ecccd 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'); } }