summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-03-10 12:42:58 -0800
committerwebchick <webchick@24967.no-reply.drupal.org>2012-03-10 12:42:58 -0800
commit410ddeb83bd17a5d4de5ec86cae888ae32a7fc9e (patch)
tree89ef559fc2d935bacb8bcf5be7dbf3a29dbef66f /modules
parent9d5e49396a4a3d2b8490fd411860296657d0f446 (diff)
downloadbrdo-410ddeb83bd17a5d4de5ec86cae888ae32a7fc9e.tar.gz
brdo-410ddeb83bd17a5d4de5ec86cae888ae32a7fc9e.tar.bz2
Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix class theme_field() doesn't.
Diffstat (limited to 'modules')
-rw-r--r--modules/field/theme/field.tpl.php2
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 ?>:&nbsp;</div>
<?php endif; ?>