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.

Latest Open Source project: [img=Templar PHP]http://code.google.com/p/templarphp/logo?logo_id=1251758459[/img]

TemplarPHP - A cascading template framework for PHP.

Re: 1.2 minor JavaScript error on User list page

Thanks, fixed.

Edit: Actually, it's the form that lacks the id attribute.

"Programming is like sex: one mistake and you have to support it for the rest of your life."