Quote:
Originally Posted by GHC Webmaster
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.
|
You are absolutely correct - I fixed that in version 1.6.2 which is available for 3.8.x (as noted in this thread

)