Skip to content
Snippets Groups Projects
Commit 37c8197b authored by Angie Byron's avatar Angie Byron
Browse files

#445530 by jmburnz: Remove redundant title attribute from node title links.

parent 9e5f8a03
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
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