summaryrefslogtreecommitdiff
path: root/themes/garland/node.tpl.php
diff options
context:
space:
mode:
Diffstat (limited to 'themes/garland/node.tpl.php')
-rw-r--r--themes/garland/node.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/node.tpl.php b/themes/garland/node.tpl.php
index 5c02dfb9b..47f9cc974 100644
--- a/themes/garland/node.tpl.php
+++ b/themes/garland/node.tpl.php
@@ -17,7 +17,7 @@
<span class="submitted"><?php print $date; ?> — <?php print $name; ?></span>
<?php endif; ?>
- <div class="content clearfix">
+ <div class="content clearfix"<?php print $content_attributes; ?>>
<?php
// We hide the comments and links now so that we can render them later.
hide($content['comments']);