diff options
| author | 2014-07-28 17:59:20 -0400 | |
|---|---|---|
| committer | 2014-07-28 17:59:20 -0400 | |
| commit | 1739e2e9d2f6b46ee7de81322f282b4ef4f0dddd (patch) | |
| tree | 36bf89b41b7aee687bdaadb0b066f8caa5b23865 | |
| parent | 2739817cfb1fde24ca4470e24fcbaa93d16e0530 (diff) | |
Remove unnecessary title property
| -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> |
