When creating XHTML tags, it does not close the img tag.
img_assist creates:
... <img ....... width="..."> ...
instead of
... <img ....... width="..." /> ...
Oh, and I just see that the latest version of img_assist does do things such as upper case SPAN, STRONG, no quotes around the values for title, alt, width, ... it is actually getting worse.
I think this is critical, because it may result in quite a cleanup job for a site admin when "normal" users add images to pages.
Whereas I think XHTML created by an inline img_assist tag does result in valid XHTML.
Comments
Comment #1
zoo33 commentedA patch fixing these problems would be welcome!
Comment #2
sunThis has been fixed in the latest development snapshot.
Comment #3
(not verified) commented