diff options
-rw-r--r-- | modules/field/theme/field.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/field/theme/field.tpl.php b/modules/field/theme/field.tpl.php index 9e76e3b9c..a6d7a9659 100644 --- a/modules/field/theme/field.tpl.php +++ b/modules/field/theme/field.tpl.php @@ -48,7 +48,7 @@ See http://api.drupal.org/api/function/theme_field/7 for details. After copying this file to your theme's folder and customizing it, remove this HTML comment. --> -<div class="<?php print $classes; ?> clearfix"<?php print $attributes; ?>> +<div class="<?php print $classes; ?>"<?php print $attributes; ?>> <?php if (!$label_hidden): ?> <div class="field-label"<?php print $title_attributes; ?>><?php print $label ?>: </div> <?php endif; ?> |