Commit: c2635d820cdcc05114a906f12f46d331b8bd8676 Author: Sobak <[email protected]> Wed, 2 Apr 2014 13:25:28 +0200 Parents: eb90f7ff3a7034eb9844d76f2aed0766b17d3b27 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=c2635d820cdcc05114a906f12f46d331b8bd8676 Log: Improved HTML markup Changed paths: M thanks.php Diff: diff --git a/thanks.php b/thanks.php index 32ec789..3e75d47 100644 --- a/thanks.php +++ b/thanks.php @@ -84,12 +84,11 @@ site_header("Thanks", array("current" => "community")); <h1>Thanks Emeritus</h1> -<ul> -<li> +<p> Special 'legacy' thanks go to the people and companies who have helped us in our past. -</li> - +</p> +<ul> <li> <a href="http://www.yahoo.com/">Yahoo! Inc.</a> provided us with many many terabytes of bandwidth and hosting for www.php.net, and svn.php.net and git.php.net -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
