- Patch #518284 by Everett Zufelt: remove redundant title from Garland.

merge-requests/26/head
Dries Buytaert 2009-07-14 10:29:10 +00:00
parent f5dff788a8
commit f981f7b693
1 changed files with 1 additions and 1 deletions

View File

@ -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): ?>