瀏覽代碼

Remove unnecessary title property

Alexis Degrugillier 11 年之前
父節點
當前提交
1739e2e9d2
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      app/views/stats/repartition.phtml

+ 1 - 2
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>