The HTML generated for thumbnails uses an <img> tag without specifying the alt attribute. This makes pages generated using Fast Gallery invalid XHTML 1.0 Strict. The W3C recommends that all <img> tags MUST specify an alternate text.
The issue is probably in fast_gallery.module on line 581 but since I am not familiar with the code for this module I cannot come up with a patch. I suppose the thumbnails should have the caption of the image as alt text or maybe none.
Comments
Comment #1
rapsli commentedeasy fix... next time I'll got time, I'll fix it.
Comment #2
guru81 commentedThe same problem is in the Fast Gallery Random Block.
Regards.
Comment #3
rapsli commented