diff options
Diffstat (limited to 'modules/comment/comment-wrapper.tpl.php')
-rw-r--r-- | modules/comment/comment-wrapper.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment-wrapper.tpl.php b/modules/comment/comment-wrapper.tpl.php index aabf3850f..1d1e1fe9b 100644 --- a/modules/comment/comment-wrapper.tpl.php +++ b/modules/comment/comment-wrapper.tpl.php @@ -30,7 +30,7 @@ * @see theme_comment_wrapper() */ ?> -<div id="comments" class="<?php print $classes; ?>"> +<div id="comments" class="<?php print $classes; ?>"<?php print $attributes; ?>> <?php if ($node->type != 'forum'): ?> <h2 class="comments"><?php print t('Comments'); ?></h2> <?php endif; ?> |