diff options
Diffstat (limited to 'themes')
-rw-r--r-- | themes/bluemarine/node.tpl.php | 2 | ||||
-rw-r--r-- | themes/chameleon/chameleon.theme | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/bluemarine/node.tpl.php b/themes/bluemarine/node.tpl.php index 0609c44b4..493f324e3 100644 --- a/themes/bluemarine/node.tpl.php +++ b/themes/bluemarine/node.tpl.php @@ -2,7 +2,7 @@ <?php if ($picture) { print $picture; }?> - <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> + <?php if ($page == 0) { ?><h2 class="title"><a href="<?php print $node_url?>"><?php print $title?></a></h2><?php }; ?> <span class="submitted"><?php print $submitted?></span> <span class="taxonomy"><?php print $terms?></span> <div class="content"><?php print $content?></div> diff --git a/themes/chameleon/chameleon.theme b/themes/chameleon/chameleon.theme index 72dadf4df..869618fe0 100644 --- a/themes/chameleon/chameleon.theme +++ b/themes/chameleon/chameleon.theme @@ -138,7 +138,7 @@ function chameleon_node($node, $main = 0, $page = 0) { $links = array_merge($links, $node->links); } if (count($links)) { - $output .= " <div class=\"links\">". theme('links', $links) ."</div>\n"; + $output .= " <div class=\"links\">". theme('links', $links) ."</div>\n"; } $output .= "</div>\n"; |