Bug tracker

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

invalid html: same ID to 3 elements, many other errors. (fix completed in vcs)

file acp_databse.html.
Code: Select all
<dt><label for="user">{L_BACKUP_TYPE}:</label></dt>
      <dd><input type="radio" class="radio" name="type" value="full" id="type" checked="checked" />&nbsp;{L_FULL_BACKUP}&nbsp;&nbsp;<input type="radio" name="type" class="radio" value="structure" id="type" />&nbsp;{L_STRUCTURE_ONLY}&nbsp;&nbsp;<input type="radio" class="radio" name="type" value="data" id="type" />&nbsp;{L_DATA_ONLY}</dd>

id="type" appears 3 times for 3 different elements. apparently, this is illegal.

there are multiple other errors (not resulting from above) on same page.

RECREATION INSTRACTIONS:
ACP->Maintenance->Backup
Validate

Comments / History

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

Ticket details