- Patch #1198088 by Jacine: obsolete .clearfix in default taxonomy-term.tpl.php template.
parent
781b8961c6
commit
33acc6a804
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue