Commit: 08f35fac55a01012c1e1ea4bbb90412230d41ca4 Author: Peter Cowburn <[email protected]> Mon, 4 Aug 2014 21:33:44 +0100 Parents: e93367eab9154375d5a5a7277507ceba6c248519 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=08f35fac55a01012c1e1ea4bbb90412230d41ca4 Log: fix homepage upgrading link text Changed paths: M index.php Diff: diff --git a/index.php b/index.php index 2fd84cb..2a92f97 100644 --- a/index.php +++ b/index.php @@ -167,7 +167,7 @@ if (is_array($CONF_TEASER)) { $SIDEBAR = <<< SIDEBAR_DATA - <p class='panel'><a href='/migration55' title='Upgrading to PHP5.5' class='headline'>Upgrading to PHP5.5</a></p> + <p class='panel'><a href='/migration55' title='Upgrading to PHP 5.5' class='headline'>Upgrading to PHP 5.5</a></p> $announcements <p class='panel'><a href='/cal.php'>User Group Events</a></p> <p class='panel'><a href='/thanks.php'>Special Thanks</a></p> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
