summaryrefslogtreecommitdiff
path: root/themes/engines/phptemplate/node.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/engines/phptemplate/node.tpl.php')
-rw-r--r--themes/engines/phptemplate/node.tpl.php11
1 files changed, 4 insertions, 7 deletions
diff --git a/themes/engines/phptemplate/node.tpl.php b/themes/engines/phptemplate/node.tpl.php
index 028aeb3ce..6da685329 100644
--- a/themes/engines/phptemplate/node.tpl.php
+++ b/themes/engines/phptemplate/node.tpl.php
@@ -1,4 +1,4 @@
-<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?>">
+<div class="node<?php if ($sticky) { print " sticky"; } ?><?php if (!$status) { print " node-unpublished"; } ?> clear-block">
<?php if ($page == 0): ?>
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
<?php endif; ?>
@@ -8,11 +8,8 @@
<div class="content">
<?php print $content ?>
</div>
-<?php if ($links): ?>
- <?php if ($picture): ?>
- <br class='clear' />
- <?php endif; ?>
- <div class="links"><?php print $links ?></div>
-<?php endif; ?>
+ <?php if ($links): ?>
+ <div class="links"><?php print $links ?></div>
+ <?php endif; ?>
</div>