#557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing node titles to not be linked.

merge-requests/26/head
Angie Byron 2009-10-11 06:43:33 +00:00
parent 1d72b6ec9f
commit 1ed4175dba
1 changed files with 1 additions and 1 deletions

View File

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