diff --git a/lib/feedlist.php b/lib/feedlist.php index 9bc77ca15c..47d909e969 100644 --- a/lib/feedlist.php +++ b/lib/feedlist.php @@ -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) {