|
From: <sv...@va...> - 2009-06-25 04:26:52
|
Author: njn
Date: 2009-06-25 05:26:49 +0100 (Thu, 25 Jun 2009)
New Revision: 395
Log:
HTML tweak.
Modified:
trunk/support/bug_reports.html
Modified: trunk/support/bug_reports.html
===================================================================
--- trunk/support/bug_reports.html 2009-06-25 04:25:52 UTC (rev 394)
+++ trunk/support/bug_reports.html 2009-06-25 04:26:49 UTC (rev 395)
@@ -57,11 +57,11 @@
<li><strong>Description:</strong> The most important field, which
describes the problem. Please include the following information:
- <ul>
+ <ol>
<li>The output of <code>uname -a</code>.</li>
<li>The full output you get when you run your program under Valgrind
with the <code>-v</code> flag.</li>
- </ul>
+ </ol>
Note that a bug is much more likely to be fixed if a Valgrind
developer can reproduce it. So full reproduction steps are very helpful.
Small test cases are even better.</li>
|