Commit: dc643c1822ed8b9a37b43b754067ce940981ee7e Author: Levi Morrison <[email protected]> Tue, 10 Dec 2013 15:13:13 -0700 Parents: 540872824575ecfcdf42511a7784ccbd1d3f4e13 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=dc643c1822ed8b9a37b43b754067ce940981ee7e Log: This needs to be id for the anchor to work Changed paths: M manual/add-note.php Diff: diff --git a/manual/add-note.php b/manual/add-note.php index f33052f..a939db7 100644 --- a/manual/add-note.php +++ b/manual/add-note.php @@ -200,7 +200,7 @@ else { answer may be <em>nine</em> but not <em>9</em>. </p> -<a name="whatnottoenter"><h3>What not to enter</h3></a> +<a id="whatnottoenter"><h3>What not to enter</h3></a> <p> User notes may be edited or deleted, and usually a note is deleted because of the following reasons: -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
