1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Change <a name="..."> to <a id="...">

PhpStorm flagged @name as a deprecated HTML attribute, so it seemed appropriate to change then to @id. In cases where there were both a @name and @id attribute and their values were the same, this commit removes the @name attribute (there were no cases where both @name and @id attributes existed but having different values.)

Closes GH-416.
This commit is contained in:
Mike Schinkel
2021-07-26 10:16:13 -04:00
committed by GitHub
parent edfe4610d4
commit bdfa96431c
20 changed files with 247 additions and 247 deletions

View File

@@ -23,7 +23,7 @@ $SIDEBAR_DATA = '
lists</a> on their own pages.
</p>
<a name="local"></a>
<a id="local"></a>
<h3>Local Mailing Lists and Newsgroups</h3>
<ul class="toc">