Countdown Timer doesn't output valid XHTML Strict, since the attribute name is used with the <span> tag, which is illegal. So I'm attaching a small patch that changes those name attributes to class attributes, which are perfectly legal and still work.

CommentFileSizeAuthor
countdown.patch3.05 KBantiorario

Comments

jvandervort’s picture

Status: Needs review » Fixed

Hey, thanks for the patch.
I've made your changes in the new branch (6.x-2.1) because it breaks backward compatibility with existing users.
If you won't be going to 6.x and need a branch for 5.x let me know.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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