diff options
| -rw-r--r-- | app/views/stats/repartition.phtml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/views/stats/repartition.phtml b/app/views/stats/repartition.phtml index 7eb858a64..09892d3c5 100644 --- a/app/views/stats/repartition.phtml +++ b/app/views/stats/repartition.phtml @@ -6,8 +6,7 @@ <?php if ($this->feed) {?> <h1> <?php echo _t('stats_repartition'), " - "; ?> - <a href="<?php echo _url('configure', 'feed', 'id', $this->feed->id()); ?>" - title="<?php echo date('Y-m-d', $feed['last_date']); ?>"> + <a href="<?php echo _url('configure', 'feed', 'id', $this->feed->id()); ?>"> <?php echo $this->feed->name(); ?> </a> </h1> |
