- Patch #1198088 by Jacine: obsolete .clearfix in default taxonomy-term.tpl.php template.

merge-requests/26/head
Dries Buytaert 2011-07-31 23:25:28 -04:00
parent 781b8961c6
commit 33acc6a804
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@
* @see template_process()
*/
?>
<div id="taxonomy-term-<?php print $term->tid; ?>" class="<?php print $classes; ?> clearfix">
<div id="taxonomy-term-<?php print $term->tid; ?>" class="<?php print $classes; ?>">
<?php if (!$page): ?>
<h2><a href="<?php print $term_url; ?>"><?php print $term_name; ?></a></h2>