ddblock.module line 2355
$file_names['slide_image'][] = '<img src="' . file_create_url($value->uri) . '" alt="image">';
should be:
$file_names['slide_image'][] = '<img src="' . file_create_url($value->uri) . '" alt="image" />';
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ddblock-close-img-tag-1832142-2.patch | 974 bytes | ishadakota |
Comments
Comment #1
pasqualleAdded novice tag..
Comment #2
ishadakota commentedpatch attached.
Comment #3
pasqualleThank you