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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user