summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-07-14 10:29:10 +0000
committerDries Buytaert <dries@buytaert.net>2009-07-14 10:29:10 +0000
commitf981f7b6935a02a859d4b14cafb4408546c615ea (patch)
treeb842bbe4416b72a15d6dcfff71a3a68bdbdcf698 /themes
parentf5dff788a8c89650e9cf263319a21065ef56c58b (diff)
downloadbrdo-f981f7b6935a02a859d4b14cafb4408546c615ea.tar.gz
brdo-f981f7b6935a02a859d4b14cafb4408546c615ea.tar.bz2
- Patch #518284 by Everett Zufelt: remove redundant title from Garland.
Diffstat (limited to 'themes')
-rw-r--r--themes/garland/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index d1fa348ec..d76e37224 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): ?>