diff options
Diffstat (limited to 'modules/node/node.tpl.php')
-rw-r--r-- | modules/node/node.tpl.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/node/node.tpl.php b/modules/node/node.tpl.php index c3aa23539..1bc4c2c6e 100644 --- a/modules/node/node.tpl.php +++ b/modules/node/node.tpl.php @@ -70,12 +70,12 @@ * @see template_process() */ ?> -<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?> clearfix"> +<div id="node-<?php print $node->nid; ?>" class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>> <?php print $user_picture; ?> <?php if (!$page): ?> - <h2><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2> + <h2<?php print $title_attributes; ?>><a href="<?php print $node_url; ?>"><?php print $title; ?></a></h2> <?php endif; ?> <?php if ($display_submitted || !empty($content['links']['terms'])): ?> |