]> git.donarmstrong.com Git - bugscan.git/commitdiff
Fix an error in the non-HTML output of bugreport.
authorSteinar H. Gunderson <sesse@rietz>
Thu, 22 Mar 2007 18:08:12 +0000 (18:08 +0000)
committerSteinar H. Gunderson <sesse@rietz>
Thu, 22 Mar 2007 18:08:12 +0000 (18:08 +0000)
bugreport

index 2d2cbadb0eafbd9c332897792a34b4ae57d8ce7c..ebd7b1f9acb1552b52317f025fc6c1dfc187fc4e 100755 (executable)
--- a/bugreport
+++ b/bugreport
@@ -160,7 +160,7 @@ sub MakeStatistics() {
                printf("Number that have a patch: %d\n", $patchtotal);
                printf("Number that have a fix prepared and waiting to upload: %d\n", $pendingtotal);
                printf("Number that are being ignored: %d\n", $ignoretotal);
-               printf("Number concerning the current stable release: %d<P>\n", $stabletotal);
+               printf("Number concerning the current stable release: %d\n", $stabletotal);
                printf("Number concerning the next release (excluding ignored and not-in-testing): %d\n", $worrytotal);
        }
 }