From cf809f6464ee41ccbb654d226f328457fc2e5299 Mon Sep 17 00:00:00 2001 From: sarven Date: Thu, 15 Jan 2009 21:58:07 +0000 Subject: [PATCH] feed show() id and class --- lib/feedlist.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {