diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 22:23:40 +0000 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-01-15 22:23:40 +0000 |
commit | 10a4d9ea1e7a930354c8005fb1f418f12d33013b (patch) | |
tree | 535d536944deeeb58ba52672ada7494368810db1 | |
parent | d6d9a0a98155b251ff9893637ab4b8e641331d04 (diff) |
Revert "section for export data"
This reverts commit 4cee28ace9ece31acc89277903a8924a0747ac95.
-rw-r--r-- | actions/public.php | 2 |
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'); } } |