From 9ab89f080eee2f675ac8c71d243b8fd4ad580cc8 Mon Sep 17 00:00:00 2001
From: catch <catch@35733.no-reply.drupal.org>
Date: Tue, 6 Mar 2012 11:54:08 +0900
Subject: [PATCH] Issue #1388496 by barraponto: Fixed Default field.tpl.php
 prints a clearfix class theme_field() doesn't.

---
 core/modules/field/theme/field.tpl.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/modules/field/theme/field.tpl.php b/core/modules/field/theme/field.tpl.php
index 9e76e3b9c12f..a6d7a9659645 100644
--- a/core/modules/field/theme/field.tpl.php
+++ b/core/modules/field/theme/field.tpl.php
@@ -48,7 +48,7 @@
 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; ?>
-- 
GitLab