The img tag shows something like :
[code]
Only local images are allowed.
[/code]

It should be
[code]
Only local images are allowed.
[/code]

With an ending "/".

Thanks

CommentFileSizeAuthor
#2 spamspan.module-xthml-img.patch548 bytess.daniel

Comments

Julien PHAM’s picture

Sorry, wrong message, here is the good one :

The img tag shows something like :

<img alt="at" width="10" src="/sites/mindenice.fr/modules/spamspan/image.gif">

It should be

<img alt="at" width="10" src="/sites/mindenice.fr/modules/spamspan/image.gif" />

With an ending "/".

Thanks

s.daniel’s picture

Status: Active » Needs review
StatusFileSize
new548 bytes

This patch adds the missing /

danepowell’s picture

When is this patch going to be rolled into the module? This is currently the only thing breaking XHTML validation on my site...

s.daniel’s picture

"patch (code needs review)"
Please test the patch, this will make it ready to contribute by the module maintainer.

cheers Sebastian

danepowell’s picture

Sorry, I am still getting to know the development process. I have applied the patch to my site and it seems to work great!

SteffenMaass’s picture

Patch is working at my site, the validator shows no problem.

Thanks for the patch!

s.daniel’s picture

Status: Needs review » Reviewed & tested by the community

Great! I don't have a lot of experiance in the development process but this is a good way to get started. :)

Julien PHAM’s picture

I have no idea on how to apply a patch ^^

danepowell’s picture

It is fairly straightforward once you know how to do it. This document details how to apply patches: http://drupal.org/patch/apply

lakka’s picture

Fixed in cvs - thanks for the report and the patch. Sorry it took so long to apply

lakka’s picture

Status: Reviewed & tested by the community » Closed (fixed)