Skip to content
Snippets Groups Projects
Commit f981f7b6 authored by Dries Buytaert's avatar Dries Buytaert
Browse files

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

parent f5dff788
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<?php print $picture ?> <?php print $picture ?>
<?php if ($page == 0): ?> <?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 endif; ?>
<?php if ($submitted): ?> <?php if ($submitted): ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment