<dl>
|
<dt><label for="posts_on_queue">{L_POSTS_ON_QUEUE}{L_COLON}</label></dt>
|
<dd><select name="queue_select">{S_COUNT_OPTIONS}</select> <input type="number" id="posts_on_queue" name="posts_on_queue" /></select>
|
</dl>
|
second
</select> should be
</dd>
Group option is not correctly hidden, when there are no groups.
<dt><label for="group_id">{L_GROUP}{L_COLON}</label><br /><span>{L_PRUNE_USERS_GROUP_EXPLAIN}</dt>
|
<span> is not closed
<dd><select name="group_id"><option value="0"></option></select></dd>
|
Element option without attribute label must not be empty.