Closed (fixed)
Project:
Views Slideshow
Version:
5.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 May 2008 at 18:35 UTC
Updated:
8 Sep 2009 at 23:30 UTC
The embedded comments in the views_slideshow.module (line 361) cause pages to fail strict XHTML 1.0 validation.
The reason is the unescaped ampersand (&). Changing this to the word 'and' fixes the problem.
Comments
Comment #1
dwees commentedI was about to point out the same thing. :P
Comment #2
redndahead commentedI don't see this in dev so I'm marking this as fixed.