diff options
-rw-r--r-- | themes/garland/node.tpl.php | 2 |
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): ?> |