Remove unnecessary title property

pull/548/head
Alexis Degrugillier 10 years ago
parent 2739817cfb
commit 1739e2e9d2
  1. 3
      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>

Loading…
Cancel
Save