diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php index d1fa348eced9241449e81f7b7fb68dc73bf48cc1..d76e37224e64670ace58b881cd88c92399105e87 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): ?>