From 3f61075a15c6c1cd32c11831234b91b6a33500ae Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 11 Sep 2011 12:10:46 -0700 Subject: [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 --- phpBB/adm/style/acp_permission_roles.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'phpBB/adm/style/acp_permission_roles.html') 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 @@ - + @@ -60,7 +60,7 @@

- + » {L_BACK_TO_TOP}


@@ -189,7 +189,7 @@ - +

{L_ROLE_ASSIGNED_TO}

-- cgit v1.2.1