I just noticed this mods breaks XHTML validation because it puts a table (block element) inside a span (inline element). The span is the show or hide span by the way.
Isn't it possible to use a div instead of a span?
Edit: did a quick test by editing the forumbit_display plugin and replaced the span by a div. Mod still works fine (for me anyway) and now validates.
|