Please check attached .module file to pass XHTML validation.
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).
This already fixed, but I didn't remember on which version.
Comments
Comment #1
jflesher commentedComment #2
drupalnesia commentedThis already fixed, but I didn't remember on which version.