| Gabor Hojtsy 2004-12-27, 8:55 pm |
| goba Mon Dec 27 17:21:33 2004 EDT
Modified files:
/php-bugs-web how-to-report.php
Log:
fix attribution as Rick Moen asked, and move names out of links
http://cvs.php.net/diff.php/php-bug...1.8&r2=1.9&ty=u
Index: php-bugs-web/how-to-report.php
diff -u php-bugs-web/how-to-report.php:1.8 php-bugs-web/how-to-report.php:1.9
--- php-bugs-web/how-to-report.php:1.8 Sun Nov 23 06:43:03 2003
+++ php-bugs-web/how-to-report.php Mon Dec 27 17:21:32 2004
@@ -126,16 +126,18 @@
<ul>
<li>
- <a href="http://www.catb.org/~esr/faqs/smart-questions.html">Eric
- Raymond's How To Ask Questions The Smart Way</a>
+ Eric Raymond's and Rick Moen's
+ <a href="http://www.catb.org/~esr/faqs/smart-questions.html">How
+ To Ask Questions The Smart Way</a>
</li>
<li>
- <a href="http://www.mozilla.org/quality/bug-writing-guidelines.html">mozilla.org's
- bug writing guidelines</a>
+ mozilla.org's
+ <a href="http://www.mozilla.org/quality/bug-writing-guidelines.html">bug
+ writing guidelines</a>
</li>
<li>
- <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">Simon
- Tatham's How to Report Bugs Effectively</a>
+ Simon Tatham's <a href="http://www.chiark.greenend.org.uk/~sgtatham/bugs.html">How
+ to Report Bugs Effectively</a>
</li>
</ul>
|