diff options
| author | Matt Friedman <maf675@gmail.com> | 2011-09-11 12:10:46 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2011-09-11 17:04:47 -0700 |
| commit | 3f61075a15c6c1cd32c11831234b91b6a33500ae (patch) | |
| tree | 86b2c51b0092fa624a58a503cfebc2f1f40f155b /phpBB/adm/style/acp_permission_roles.html | |
| parent | 5797de767e1a87dfe421420db2d39e4df2f74fe6 (diff) | |
| download | forums-3f61075a15c6c1cd32c11831234b91b6a33500ae.tar forums-3f61075a15c6c1cd32c11831234b91b6a33500ae.tar.gz forums-3f61075a15c6c1cd32c11831234b91b6a33500ae.tar.bz2 forums-3f61075a15c6c1cd32c11831234b91b6a33500ae.tar.xz forums-3f61075a15c6c1cd32c11831234b91b6a33500ae.zip | |
[ticket/10362] HTML5 Fix - Replace name attribute with id in anchors
When validating for HTML5, the name attribute is obsolete/deprecated
when used in anchor tags. The ID tag should be used here instead.
PHPBB3-10362
Diffstat (limited to 'phpBB/adm/style/acp_permission_roles.html')
| -rw-r--r-- | phpBB/adm/style/acp_permission_roles.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/adm/style/acp_permission_roles.html b/phpBB/adm/style/acp_permission_roles.html index 54bee54c77..658d8dd0c8 100644 --- a/phpBB/adm/style/acp_permission_roles.html +++ b/phpBB/adm/style/acp_permission_roles.html @@ -1,6 +1,6 @@ <!-- INCLUDE overall_header.html --> -<a name="maincontent"></a> +<a id="maincontent"></a> <!-- IF S_EDIT --> @@ -60,7 +60,7 @@ <p> - <a name="acl"></a> + <a id="acl"></a> <a href="#maincontent">» {L_BACK_TO_TOP}</a><br /> <br /><br /> @@ -189,7 +189,7 @@ <!-- IF S_DISPLAY_ROLE_MASK --> - <a name="assigned_to"></a> + <a id="assigned_to"></a> <h1>{L_ROLE_ASSIGNED_TO}</h1> |
