Closed (duplicate)
Project:
Taxonomy Manager
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
15 Feb 2008 at 02:57 UTC
Updated:
16 Dec 2009 at 23:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
vipconsult commentedOops
forgot to put the code tags
This line should be removed or causes html markup error
I spent 3 hours until I found it :(
Comment #2
davemybes commentedI just noticed this error too. Thanks for finding it and posting here. I am attaching a patch to the -dev version of 2007-11-27 to fix this. Simply adding a closing div statement directly after the opening div will correct it. If you remove that line, it may still break your layout due to floated elements above it. If you are not using Garland, make sure that your stylesheet has a declaration like this:
This will clear the floats above, and not break your layout.
Thanks a million to the maintainer of this module - it has saved me hours of work after a client somehow made all terms top level terms! Awesome stuff.
Comment #3
davemybes commentedComment #4
an.droid commentedVery simple and working patch. I think it should be included in the release. But someone need to update it for 1.1 first.
Comment #5
Anonymous (not verified) commentedMore recent patch here: #288587: unclosed div breaks page layout in admin form
No one seems to want to commit it though...