mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-18 14:31:19 +02:00
[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
This commit is contained in:
@@ -56,5 +56,5 @@
|
||||
<body id="phpbb" class="{S_CONTENT_DIRECTION}">
|
||||
|
||||
<div id="simple-wrap">
|
||||
<a id="top" name="top" accesskey="t"></a>
|
||||
<a id="top" accesskey="t"></a>
|
||||
<div id="page-body">
|
||||
|
Reference in New Issue
Block a user