The img tag shows something like :
[code]
![]()
[/code]
It should be
[code]
![]()
[/code]
With an ending "/".
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | spamspan.module-xthml-img.patch | 548 bytes | s.daniel |
The img tag shows something like :
[code]
![]()
[/code]
It should be
[code]
![]()
[/code]
With an ending "/".
Thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | spamspan.module-xthml-img.patch | 548 bytes | s.daniel |
Comments
Comment #1
Julien PHAM commentedSorry, wrong message, here is the good one :
The img tag shows something like :
It should be
With an ending "/".
Thanks
Comment #2
s.daniel commentedThis patch adds the missing /
Comment #3
danepowell commentedWhen is this patch going to be rolled into the module? This is currently the only thing breaking XHTML validation on my site...
Comment #4
s.daniel commented"patch (code needs review)"
Please test the patch, this will make it ready to contribute by the module maintainer.
cheers Sebastian
Comment #5
danepowell commentedSorry, I am still getting to know the development process. I have applied the patch to my site and it seems to work great!
Comment #6
SteffenMaass commentedPatch is working at my site, the validator shows no problem.
Thanks for the patch!
Comment #7
s.daniel commentedGreat! I don't have a lot of experiance in the development process but this is a good way to get started. :)
Comment #8
Julien PHAM commentedI have no idea on how to apply a patch ^^
Comment #9
danepowell commentedIt is fairly straightforward once you know how to do it. This document details how to apply patches: http://drupal.org/patch/apply
Comment #10
lakka commentedFixed in cvs - thanks for the report and the patch. Sorry it took so long to apply
Comment #11
lakka commented