Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-9125

ACP User Overview: Unmatched </form> tag when viewing own user

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • 3.0.8-RC1
    • 3.0.7-PL1
    • ACP
    • None
    • PHP Environment:
      Database:

      adm/style/acp_users_overview.html produces an unmatched </form> tag when viewing your own user.

      The template conditionally creates the form with the ID "user_delete" only if viewing a user different to your own user by switching on "IF not S_OWN_ACCOUNT". The closing </form> tag is outside this switch, leaving this tag unmatched when viewing your own user.

      To fix this bug, I suggest to move the closing </form> tag into the switch statement.

            nickvergessen Joas Schilling
            Stoepsel Stoepsel [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: