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

invalid html

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.x
    • ACP
    • None
    • PHP Environment:
      Database:

      in file acp_search.html, there is a:

      <form id="acp_search_index_{backend.NAME}" method="post" action="{U_ACTION}">
      				{backend.S_HIDDEN_FIELDS}
      				<fieldset class="tabulated">


      apparently this is illegal. the hidden fields should be inside the <fieldset ...> tag, not before it.
      it parses an "input" tag immediately after the <form ..> tag, which the validator complains about.

      RECREATION INSTRUCTIONS:
      go to ACP->Maintenance->Search index tag.
      validate.

            Acyd Burn Meik Sievertsen [X] (Inactive)
            arod-1 arod-1 [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: