diff options
Diffstat (limited to 'templates/main.php')
-rw-r--r-- | templates/main.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.php b/templates/main.php index 606f9fa76..d895e04fb 100644 --- a/templates/main.php +++ b/templates/main.php @@ -11,7 +11,7 @@ echo $this->inc("part.items.header"); <div id="leftcontent" class="leftcontent"> <div id="feeds"> - <ul> + <ul data-id="0"> <li data-id="-2" class="subscriptions folder"><a href="#" ><?php echo $l->t('New articles'); ?></a></li> <li data-id="-1" class="starred folder"><a href="#" ><?php echo $l->t('Starred'); ?></a></li> <?php echo $this->inc("part.feeds"); ?> |