Skip to content
Snippets Groups Projects
Commit 9ab89f08 authored by catch's avatar catch
Browse files

Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix...

Issue #1388496 by barraponto: Fixed Default field.tpl.php prints a clearfix class theme_field() doesn't.
parent 82c6f868
No related branches found
No related tags found
No related merge requests found
......@@ -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; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment