I downloaded another version and the bug is not there. Regulated problem... ;-)
2 2005-07-27 13:59
Topic: admin_groups.php (2 replies, posted in PunBB 1.2 bug reports)
Hello, I found an error in admin_groups.php...
Line 91 :
<input type="text" name="req_title" size="25" maxlength="50" value="<?php if ($mode == 'edit') echo pun_htmlspecialchars($group['g_title']); ?>" tabindex="1" />
The ";" is not essential and it causes a shift in the table of the lower part
;-)