Closed (fixed)
Project:
Image Assist
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Jan 2007 at 13:37 UTC
Updated:
5 Oct 2007 at 02:31 UTC
Jump to comment: Most recent file
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