]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "section for export data"
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 22:23:40 +0000 (22:23 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 15 Jan 2009 22:23:40 +0000 (22:23 +0000)
This reverts commit 4cee28ace9ece31acc89277903a8924a0747ac95.

actions/public.php

index 5a11cece18d50e50c3e88356bbbb61ede259d9c3..62071ecccd471ede5e5b1f1aaef793c73088ce40 100644 (file)
@@ -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');
     }
 }