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

#557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing node...

#557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing node titles to not be linked.
parent 1d72b6ec
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@
<?php print $user_picture; ?>
<?php if (!$page): ?>
<h2<?php print $title_attributes; ?>>a href="<?php print $node_url; ?>"><?php print $node_title; ?></a></h2>
<h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $node_title; ?></a></h2>
<?php endif; ?>
<?php if ($display_submitted || !empty($content['links']['terms'])): ?>
......
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