#445530 by jmburnz: Remove redundant title attribute from node title links.
parent
9e5f8a037b
commit
37c8197b25
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue