You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.)
ClosesphpGH-416.
<p> The PHP development team would like to announce the immediate <a href="/downloads.php#v5">availability of PHP 5.2.5</a>. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, several of which are security related. All users of PHP are encouraged to upgrade to this release.</p>
@@ -42,7 +42,7 @@
42
42
<?phpnews_image("http://www.prophp.com.br/phpconference.php", "phpconfbrasil2007.png", "São Paulo 2007"); ?>
43
43
<div class="newsItem">
44
44
45
-
<a name="2007-10-29-1" id="2007-10-29-1"><h1>PHP Conference Brasil 2007</h1></a>
45
+
<a id="2007-10-29-1"><h1>PHP Conference Brasil 2007</h1></a>
46
46
47
47
<div>
48
48
<span class="newsdate">[29-Oct-2007]</span>
@@ -57,7 +57,7 @@
57
57
<div class="newsItem">
58
58
59
59
60
-
<a name="2007-10-03-1" id="2007-10-03-1"><h1>The new documentation build system is ready for testing</h1></a>
60
+
<a id="2007-10-03-1"><h1>The new documentation build system is ready for testing</h1></a>
61
61
<div>
62
62
<span class="newsdate">[03-Oct-2007]</span>
63
63
<p>
@@ -85,7 +85,7 @@
85
85
<?phpnews_image("http://www.dcphpconference.com/", "dcphpconference.2007.png", "Washington DC 2007"); ?>
<p>The PHP documentation team is proud to present to the PHP community a few fixes and tweaks to the <a href="/manual/en/">PHP Manual</a>, including:</p>
@@ -647,7 +647,7 @@ functionality for PHP developers, including detailed error information,
647
647
<?phpnews_image("http://www.phpconference.co.uk/", "phplondon2007.png", "PHP London 2007"); ?>
648
648
<div class="newsItem">
649
649
650
-
<a name="2007-01-18-1" id="2007-01-18-1"><h1>PHP London 2007</h1></a>
650
+
<a id="2007-01-18-1"><h1>PHP London 2007</h1></a>
651
651
<div>
652
652
<span class="newsdate">[18-Jan-2007]</span>
653
653
<p>
@@ -661,7 +661,7 @@ functionality for PHP developers, including detailed error information,
0 commit comments