Commit:    886585ad0b89d92a4e2af33733d2c377f2257172
Author:    Nicolas Oelgart <nicolas.oelg...@atrapalo.com>         Mon, 16 Sep 
2019 18:04:03 +0200
Committer: Christoph M. Becker <cmbecke...@gmx.de>      Tue, 29 Oct 2019 
13:41:58 +0100
Parents:   2f1df31b0294fd6afd5f8cc2421e8f58a180928a
Branches:  master

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

Log:
Move PHP 4 warning below table

We also fix the plural form of "informations".

Changed paths:
  M  docs.php


Diff:
diff --git a/docs.php b/docs.php
index 4e744aa9d..852186060 100644
--- a/docs.php
+++ b/docs.php
@@ -25,15 +25,6 @@ site_header("Documentation", array("current" => "docs"));
  parts might be outdated. The translation teams are open to
  contributions.
 </p>
-
- <div class="warning">
-  <p>
-   Documentation for PHP 4 has been removed from the
-   manual, but there is archived version still available. For
-   more informations, please read <a href="/manual/php4.php">
-   Documentation for PHP 4</a>.
-  </p>
- </div>
 </div>
 
 <table class="standard">
@@ -74,6 +65,15 @@ foreach ($ACTIVE_ONLINE_LANGUAGES as $langcode => $langname) 
{
  </tr>
 </table>
 
+<div>
+ <p>
+  Documentation for PHP 4 has been removed from the
+  manual, but there is archived version still available. For
+  more information, please read <a href="/manual/php4.php">
+  Documentation for PHP 4</a>.
+ </p>
+</div>
+
 <h2 class="content-header">More documentation</h2>
 <ul class="content-box listed">
  <li>


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

Reply via email to