summaryrefslogtreecommitdiff
path: root/modules/taxonomy
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-07-31 23:25:28 -0400
committerDries Buytaert <dries@buytaert.net>2011-07-31 23:25:28 -0400
commit33acc6a8047eb51f64e8dd6415ab6c10590cc057 (patch)
tree671bb63c5f14de2d9575f219dd5abc31b69d48fc /modules/taxonomy
parent781b8961c698d8aec6031b98725858c7f9bd8759 (diff)
downloadbrdo-33acc6a8047eb51f64e8dd6415ab6c10590cc057.tar.gz
brdo-33acc6a8047eb51f64e8dd6415ab6c10590cc057.tar.bz2
- Patch #1198088 by Jacine: obsolete .clearfix in default taxonomy-term.tpl.php template.
Diffstat (limited to 'modules/taxonomy')
-rw-r--r--modules/taxonomy/taxonomy-term.tpl.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/taxonomy/taxonomy-term.tpl.php b/modules/taxonomy/taxonomy-term.tpl.php
index b515a9be1..872d4cbb5 100644
--- a/modules/taxonomy/taxonomy-term.tpl.php
+++ b/modules/taxonomy/taxonomy-term.tpl.php
@@ -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>