Author: pwright64 (pwright64) Committer: Derick Rethans (derickr) Date: 2026-06-16T12:10:12+01:00
Commit: https://github.com/php/web-php/commit/8d5dd91fa35d64f98060446973b459f0de7d49e9 Raw diff: https://github.com/php/web-php/commit/8d5dd91fa35d64f98060446973b459f0de7d49e9.diff Grammar edits, move paragraph, removed div in docs.php Swapped order of the "translation disclaimer/contribution" paragraph and the list of languages to make page easier to navigate. Also, cleaned up language in the paragraph. Also, removed unnecessary div surrounding first two paragraphs. Styles are identical, could not determine any reason for them to be in their own div. Changed paths: M docs.php Diff: diff --git a/docs.php b/docs.php index a7003afd07..dff30bee3c 100644 --- a/docs.php +++ b/docs.php @@ -10,21 +10,11 @@ ?> <h1>Documentation</h1> -<div class="content-box"> - <p> The PHP Manual is available online in a selection of languages. Please pick a language from the list below. </p> -<p> - Note, that many languages are just under translation, and - the untranslated parts are still in English. Also some translated - parts might be outdated. The translation teams are - <a href="https://doc.php.net/">open to contributions</a>. -</p> -</div> - <p> View Online: <?php @@ -48,6 +38,13 @@ ?> </p> +<p> + Note that many languages are still being translated, and + the untranslated parts are still in English. Some translated + parts might be outdated. The translation teams are + <a href="https://doc.php.net/">open to contributions</a>. +</p> + <p> The language currently being used as the default for you should be in <strong>bold</strong> above. You can change the setting for this on the
