summaryrefslogtreecommitdiff
path: root/modules/node/node.tpl.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-11 06:43:33 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-11 06:43:33 +0000
commit1ed4175dbaa163a0eaf5da4731fabf74397ed7bd (patch)
treeac194b80aaaf10f383f173a36a0edff20cd49cf5 /modules/node/node.tpl.php
parent1d72b6ec9f5b577d976b51498a7212d112c5cc33 (diff)
downloadbrdo-1ed4175dbaa163a0eaf5da4731fabf74397ed7bd.tar.gz
brdo-1ed4175dbaa163a0eaf5da4731fabf74397ed7bd.tar.bz2
#557292 follow-up by dmitrig01 and sun: Fix typo in tpl.php file causing node titles to not be linked.
Diffstat (limited to 'modules/node/node.tpl.php')
-rw-r--r--modules/node/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php
index 99acaf5b2..aa470f850 100644
--- a/modules/node/node.tpl.php
+++ b/modules/node/node.tpl.php
@@ -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'])): ?>