summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-08-23 19:08:06 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2014-08-23 19:08:06 +0200
commit3f0e9f70d244da84d917b3093665730ca245e483 (patch)
tree7bf8ecca30af363e900daaacd55c43a5b0b45730
parent78e99f33a593702b7b82c79c86e0ecd79323cff2 (diff)
parent4509aac438ac8fcc83c03953cbfda338938fc9cd (diff)
Merge pull request #590 from aledeg/more-stats
Change empty value in drop-down
-rw-r--r--app/views/stats/repartition.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml
index 1f920a7ae..9d2eb28e4 100644
--- a/app/views/stats/repartition.phtml
+++ b/app/views/stats/repartition.phtml
@@ -6,7 +6,7 @@
<h1><?php echo _t('stats_repartition'); ?></h1>
<select id="feed_select">
- <option data-url="<?php echo _url('stats', 'repartition')?>"></option>
+ <option data-url="<?php echo _url('stats', 'repartition')?>"><?php echo _t('all_feeds')?></option>
<?php foreach ($this->categories as $category) {
$feeds = $category->feeds();
if (!empty($feeds)) {