1

(1 replies, posted in PunBB 1.2 bug reports)

Hello, I found a little problem in the profile.php file on lines 1591-1592 :

                    echo "\n\t\t\t\t\t\t\t\t\t".'<label><input type="checkbox" name="moderator_in['.$cur_forum['fid'].']" value="1"'.((in_array($id, $moderators)) ? ' checked="checked"' : '').' />'.pun_htmlspecialchars($cur_forum['forum_name']).'<br /></label>'."\n";
                }

?>
                                <!--REMOVE THIS --></div>
                            <!--REMOVE THIS --></div>
                            <br class="clearb" /><input type="submit" name="update_forums" value="<?php echo $lang_profile['Update forums'] ?>" />
                        </div>
                    </fieldset>

=> Remove the two "<div>"