diff options
Diffstat (limited to 'themes/garland/comment.tpl.php')
-rw-r--r-- | themes/garland/comment.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/garland/comment.tpl.php b/themes/garland/comment.tpl.php index f973e5baa..2c3e1ca28 100644 --- a/themes/garland/comment.tpl.php +++ b/themes/garland/comment.tpl.php @@ -19,7 +19,7 @@ <h3<?php print $title_attributes; ?>><?php print $title ?></h3> - <div class="content"> + <div class="content"<?php print $content_attributes; ?>> <?php hide($content['links']); print render($content); ?> <?php if ($signature): ?> <div class="clearfix"> |