Formatting is broken in IE6 with the theme_faceted_search_ui_categories() funciton. The attached patch corrects the IE6 issue by overriding the type from a <ul> tag to a <span> tag.

CommentFileSizeAuthor
ie6.patch744 bytesv1nce

Comments

David Lesieur’s picture

Status: Needs review » Needs work

This patch will generate markup like <span><li>...</li></span>, which is not valid XHTML... And I don't see any formatting problem in IE6 within the Garland theme. Do you happen to use another theme? If so, then perhaps you need to do some CSS work to properly format the lists?

v1nce’s picture

Status: Needs work » Closed (fixed)

I see yes, this is a theming issue. I'll close out this issue.