summaryrefslogtreecommitdiff
path: root/modules/node/node.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-28 19:56:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-04-28 19:56:00 +0000
commit37c8197b25d9c482c4310c4b4856ff3855e3fec9 (patch)
tree52a14032cf0b78a3996ff3df1866fdfd259385ed /modules/node/node.tpl.php
parent9e5f8a037b75394958ad5eacd95a083502d4ef99 (diff)
downloadbrdo-37c8197b25d9c482c4310c4b4856ff3855e3fec9.tar.gz
brdo-37c8197b25d9c482c4310c4b4856ff3855e3fec9.tar.bz2
#445530 by jmburnz: Remove redundant title attribute from node title links.
Diffstat (limited to 'modules/node/node.tpl.php')
-rw-r--r--modules/node/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php
index cfa42ce6f..d2c7ec4df 100644
--- a/modules/node/node.tpl.php
+++ b/modules/node/node.tpl.php
@@ -54,7 +54,7 @@
<?php print $picture ?>
<?php if (!$page): ?>
- <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; ?>
<div class="meta">