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_disallow.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/adm/style/acp_disallow.html') diff --git a/phpBB/adm/style/acp_disallow.html b/phpBB/adm/style/acp_disallow.html index b68d3ab3c0..776f54d66c 100644 --- a/phpBB/adm/style/acp_disallow.html +++ b/phpBB/adm/style/acp_disallow.html @@ -1,6 +1,6 @@ - +

{L_ACP_DISALLOW_USERNAMES}

-- cgit v1.2.1