Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
taxonomy.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Jun 2011 at 18:56 UTC
Updated:
29 Jul 2014 at 19:42 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mortendk commentedhurray and i forgot the code tagging...
somehow a clearfix made it into the taxonomy-term.tpl.php, where its hard to se whats its actually doing here besides of making it impossible to float anything left or right of the terms.
This
should be this
Comment #2
jacineHere's a patch that removes the clearfix class.
Comment #3
sunLooks good.
@mortendk: A clear issue title helps others to find issues, manages expectations, speeds up reviews, and most commonly leads to faster commits.
Comment #4
mortendk commented@sun yup i was kinda fired up by the holy fire ;)
Comment #5
webchickDoes this need to be fixed in 8.x too?
Comment #6
jacineYes, it needs to go into both. Oops.
Comment #7
xjmTagging issues not yet using summary template.
Comment #8
dries commentedCommitted to 7.x and 8.x. Thanks!