Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-9125

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

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Minor
    • Resolution: Fixed
    • 3.0.7-PL1
    • 3.0.8-RC1
    • ACP
    • None
    • PHP Environment:
      Database:

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: