Commit: 6ee4a3622ca59043bc6d15d800e2fdd7611fce30 Author: Philip Olson <[email protected]> Wed, 9 Apr 2014 15:59:57 -0700 Parents: e9e7c2324f0ee793fd2c941b5fad7cdf1fe151ba Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=6ee4a3622ca59043bc6d15d800e2fdd7611fce30 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
