Posted by dsoares on October 2, 2007 at 6:53pm
| Download | Size | md5 hash |
|---|---|---|
| gtspam-5.x-0.3.tar.gz | 9.34 KB | 270603f8ad035b77c3bfc6792924b91a |
| gtspam-5.x-0.3.zip | 11.74 KB | 60dadd2b796d0388467e1d86c473b831 |
Last updated: December 24, 2010 - 23:07
The purpose of this module is to achieve the same behaviour as clicking an usual mailto: link, while obfuscating email addresses to help prevent spambots from collecting them.
This release focuses on producing output that is W3C XHTML 1.0 compliant, as proposed by marvil07 in issue 169556.
The changes were:
- removed the
<nobr>tag (why the hell did i use that tag?!) and now use the more compliant CSS propertywhite-spacewith valuenowrapto achieve the same result. - changed the
<iframe>for anobjecttag, to be compliant with the XHTML-Strict mode.
However, there's still one thing in the module that produces output that is not XHTML-Strict compliant: the anchor target attribute, but i can't just cut it off. So, for now, this module can only be XHTML 1.0 Transional compliant.