Topic: 1.2 minor JavaScript error on User list page
There's a JavaScript error on the User list page here (http://punbb.org/forums/userlist.php).
Firefox's JavaScript Console returns...
Error: document.getElementById("userlist") has no properties
The onload event in the body tag is looking for id="userlist", but the username input doesn't have a defined id attribute.
TemplarPHP - A cascading template framework for PHP.