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

dwees’s picture

I was about to point out the same thing. :P

redndahead’s picture

Status: Active » Fixed

I don't see this in dev so I'm marking this as fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.