Author: Christoph M. Becker (cmb69) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-06-27T23:55:23+02:00
Commit: https://github.com/php/web-php/commit/cc81e8e340f1ad6380e192db47a094c1457d7cd8 Raw diff: https://github.com/php/web-php/commit/cc81e8e340f1ad6380e192db47a094c1457d7cd8.diff Drop useless documentation table Closes GH-560. Changed paths: M docs.php Diff: diff --git a/docs.php b/docs.php index 968107405..3bf412ecf 100644 --- a/docs.php +++ b/docs.php @@ -27,14 +27,8 @@ </p> </div> -<table class="standard"> - <tr> - <th>Formats</th> - <th>Destinations</th> - </tr> - <tr> - <th class="sub">View Online</th> - <td> +<p> + View Online: <?php // List all manual languages viewable online @@ -54,16 +48,11 @@ } ?> - </td> - </tr> - <tr> - <th class="sub">Downloads</th> - <td> - For downloadable formats, please visit our - <a href="download-docs.php">documentation downloads</a> page. - </td> - </tr> -</table> +</p> +<p> + For downloadable formats, please visit our + <a href="download-docs.php">documentation downloads</a> page. +</p> <div> <p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php