Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-2656 now.

invalid html (fix completed in vcs)

in file acp_search.html, there is a:
Code: Select all
<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.

Comments / History

No comments have been made and there are no history entries.

Ticket details