Created
June 10, 2011 23:49
-
-
Save Tyrael/1020037 to your computer and use it in GitHub Desktop.
peclweb-22756-bugfix
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: include/pear-format-html.php | |
=================================================================== | |
--- include/pear-format-html.php (revision 312027) | |
+++ include/pear-format-html.php (working copy) | |
@@ -160,8 +160,8 @@ | |
<option value="packages">Packages</option> | |
<option value="site">This site (using Google)</option> | |
<option value="developers">Developers</option> | |
- <option value="pear-dev">Developer mailing list</option> | |
- <option value="pear-cvs">CVS commits mailing list</option> | |
+ <option value="pecl-dev">Developer mailing list</option> | |
+ <option value="pecl-cvs">SVN commits mailing list</option> | |
</select> | |
<input type="image" src="/gifs/small_submit_white.gif" alt="search" style="vertical-align: middle;" /> <br /> | |
</p> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment