From f981f7b6935a02a859d4b14cafb4408546c615ea Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Tue, 14 Jul 2009 10:29:10 +0000
Subject: [PATCH] - Patch #518284 by Everett Zufelt: remove redundant title
 from Garland.

---
 themes/garland/node.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index d1fa348eced9..d76e37224e64 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -5,7 +5,7 @@
 
 <?php print $picture ?>
 <?php if ($page == 0): ?>
-  <h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
+  <h2><a href="<?php print $node_url ?>"><?php print $title ?></a></h2>
 <?php endif; ?>
 
   <?php if ($submitted): ?>
-- 
GitLab