Please check attached .module file to pass XHTML validation.

CommentFileSizeAuthor
counter.module.txt14.1 KBmiljats

Comments

jflesher’s picture

All <br> tags need to be changed to <br />
Line 358 $output .= t("Today: ").$statistic."<br>";
Needs to be $output .= '<li>'.t("Today: ").$statistic.'</li>';
Same changes for all stats below that (This week, This month and This year).
drupalnesia’s picture

Version: 6.x-2.9 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Closed (fixed)

This already fixed, but I didn't remember on which version.