|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-10-19 09:10 UTC] mj@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 16:00:01 2025 UTC |
Description: ------------ I know I'm being anal, but "Download Statistics" in the navigation bar/column is too wide and wraps below its bullet for me in Firebird in KDE on RH9. Since it's in the "Downloads" section, maybe "Statistics" would be good enough? It's one of those minor things that probably isn't worth anyone's time to fix, but helps PEAR look as high-quality as it is. ;) To help make this as easy as possible if you decide to change it, here's a patch: Index: include/pear-format-html.php =================================================================== RCS file: /repository/pearweb/include/pear-format-html.php,v retrieving revision 1.70 diff -u -r1.70 pear-format-html.php --- include/pear-format-html.php 8 Oct 2003 19:52:57 -0000 1.70 +++ include/pear-format-html.php 18 Oct 2003 20:22:12 -0000 @@ -41,7 +41,7 @@ $GLOBALS['downloads_menu'] = array( '/packages.php' => 'Browse Packages', '/package-search.php' => 'Search Packages', - '/package-stats.php' => 'Download Statistics' + '/package-stats.php' => 'Statistics' ); $GLOBALS['developer_menu'] = array(