Commit: 10250fbc9e3ad6ac6683dfe41b8e4e6a700ecdd4 Author: Peter Cowburn <[email protected]> Mon, 4 Aug 2014 21:33:44 +0100 Parents: 148a181bbcfed362603dfa7c4969a0e4b4c30873 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=10250fbc9e3ad6ac6683dfe41b8e4e6a700ecdd4 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
