Commit: 2b91fbb4363263489f23a851f205c83bb95be647 Author: Philip Olson <[email protected]> Wed, 9 Apr 2014 15:59:57 -0700 Parents: 2fc7eeccae4a208ec08e31c8eace4f2f9418d1a9 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=2b91fbb4363263489f23a851f205c83bb95be647 Log: This will cause someone to cry, but it looks nicer. Feel free to improve. Changed paths: M index.php Diff: diff --git a/index.php b/index.php index e41c145..a05c63c 100644 --- a/index.php +++ b/index.php @@ -99,7 +99,7 @@ if(!empty($RELEASES[5])) { $intro .= "<ul>\n"; foreach ($RELEASES[5] as $version => $release) { $intro .= " - <li><a class='download-link' href='/downloads.php#v$version'>$version</a> <a class='notes' href='/ChangeLog-5.php#$version'>Release Notes</a></li>\n"; + <li><a class='download-link' href='/downloads.php#v$version'>$version</a> | <a class='notes' href='/ChangeLog-5.php#$version'>Release Notes</a></li>\n"; } $intro .= "</ul>\n"; } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
