X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;h=fd8355f1484931ada038bada9aaf7d98d2f182c3;hp=c8cc82d0388e769893a2549068a183c885ee1c13;hb=246a1a61c82587bdf5208187659f14be0d358e43;hpb=c6c21e31883775d12d06f104c91c6b1a00b48df0 diff --git a/bugreport b/bugreport index c8cc82d..fd8355f 100755 --- a/bugreport +++ b/bugreport @@ -152,12 +152,12 @@ sub MakeStatistics() { } if ($html) { - print "Total number of release-critical bugs: $bugcount
\n"; + print "Total number of release-critical bugs: $bugcount
\n"; 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
\n", $stabletotal); - printf("Number concerning the next release: %d

\n", $worrytotal); + printf("Number concerning the current stable release: %d
\n", $stabletotal); + printf("Number concerning the next release: %d

\n", $worrytotal); } else { print "Total number of release-critical bugs: $bugcount\n"; printf("Number that have a patch: %d\n", $patchtotal);