]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/feedlist.php
Fixed #1170: Auto-linking bug when URL cotains special chars.
[quix0rs-gnu-social.git] / lib / feedlist.php
index 9bc77ca15c44c264223baf36dad526e4c3d6b54c..47d909e969c1ac51986f7448e7c3996630ff4c7d 100644 (file)
@@ -59,8 +59,9 @@ class FeedList extends Widget
 
     function show($feeds)
     {
-        $this->out->elementStart('div', array('class' => 'feeds'));
-        $this->out->element('p', null, 'Feeds:');
+        $this->out->elementStart('div', array('id' => 'export_data',
+                                              'class' => 'section'));
+        $this->out->element('h2', null, _('Export data'));
         $this->out->elementStart('ul', array('class' => 'xoxo'));
 
         foreach ($feeds as $key => $value) {