My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
118 stars 47 forks source link

Invalid form for searching a user from the user list #691

Closed auge8472 closed 4 months ago

auge8472 commented 5 months ago

There is an issue with the form for searching users in the user list. The source code is invalid because the label for the input field is wrongly nested outside the form that contains the corresponding input field.

<div id="usersearch">
<label for="search-user">Benutzer suchen:</label>
<form action="index.php" method="get" accept-charset="utf-8">
<div>
<input type="hidden" name="mode" value="user" />
<input id="search-user" type="text" name="search_user" value="Benutzer suchen…" size="25" alt="Benutzer suchen…" /></div>
</form>
</div>
auge8472 commented 4 months ago

That issue is already solved. Because of the long time since tha latest stable release the fix was not released to the project forum until now.

see d47bb484bc6c