Commit:    83acd02549ad3f5551bde97e45d47408e119fae7
Author:    Levi Morrison <[email protected]>         Tue, 10 Dec 2013 15:13:13 -0700
Parents:   e0356575591a79ba363d61c00d5ce70c5b767ed9
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=83acd02549ad3f5551bde97e45d47408e119fae7

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

Reply via email to