I just compared the html code generated by drupalimage plugin for tinymce and "add image" button below the textarea.
Add image method generates following errors:
* image width and height values do not have surrounding quotes
* image tag is not closed properly, instead of > it should have /> ending
Code generated by drupalimage was fine.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | img_assist_14.patch | 4.05 KB | sun |
Comments
Comment #1
sunIs this still true in the latest development snapshot for 5.x?
Comment #2
sunreturned the IMG tag without closing slash. I don't know why this happens, but I've committed attached patch that uses a hidden form field's value now.
Comment #3
(not verified) commented