Commit:    c9da59289b2b9853ada05f8b3c1c304ea221c45c
Author:    Sobak <msobaczew...@gmail.com>         Tue, 15 Jul 2014 07:32:05 
+0200
Parents:   17c690c32dc5a5f94d128774822a5746a1e67192
Branches:  master

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

Log:
Fixed semantics in PHP3 manual

It also fixes styling issues

Changed paths:
  M  manual/php3.php


Diff:
diff --git a/manual/php3.php b/manual/php3.php
index 110e105..ab8819b 100755
--- a/manual/php3.php
+++ b/manual/php3.php
@@ -20,7 +20,7 @@ site_header('PHP Version 3 Documentation');
 </ol>
 <hr>
 
-<h2><a name="introduction" id="introduction">Introduction</a></h2>
+<h2 id="introduction">Introduction</h2>
 
 <p>
  The PHP 3 documentation was removed from the PHP Manual and placed here for
@@ -35,7 +35,7 @@ site_header('PHP Version 3 Documentation');
  information about PHP 3.
 </p>
 
-<h2><a name="directives" id="directives">Configuration Directives</a></h2>
+<h2 id="directives">Configuration Directives</h2>
 
 <p>
  Most directives are prepended with php3_ instead of php_. These differences
@@ -94,7 +94,7 @@ site_header('PHP Version 3 Documentation');
  </dd>
 </dl>
 
-<h2><a name="changed_behaviour" id="changed_bahaviour">Changed 
Behaviour</a></h2>
+<h2 id="changed_bahaviour">Changed Behaviour</h2>
 
 <dl>
  <dt><span class="big">Return values</span></dt>
@@ -180,7 +180,7 @@ site_header('PHP Version 3 Documentation');
  </dd>
 </dl>
 
-<h2><a name="miscellaneous" id="miscellaneous">Miscellaneous</a></h2>
+<h2 id="miscellaneous">Miscellaneous</h2>
 
 <dl>
  <dd>
@@ -253,21 +253,21 @@ site_header('PHP Version 3 Documentation');
  </dd>
 </dl>
 
-<h2><a name="migration" id="migration">Migration</a></h2>
+<h2 id="migration">Migration</h2>
 
 <p>
  There are a few migration specific documents involving PHP 3 but due to
  their size and structure they were not added to this document.
 </p>
 
-<h2><a name="debugger" id="debugger">Debugger</a></h2>
+<h2 id="debugger">Debugger</h2>
 
 <p>
  Information related to the debugger that comes standard with PHP 3 was
  not added to this document.
 </p>
 
-<h2><a name="internals" id="internals">Internals</a></h2>
+<h2 id="internals">Internals</h2>
 
 <p>
  Information related to the internal workings of PHP 3 that is commonly used


--
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to