X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;h=67ecf935bba69b5caa3aba2bdbe9c5d558e8c672;hp=22f4775cc3df22b417109e4276de9a760c6e8610;hb=c0f4a4d5ce63338390dfd851c4b403769266d0d7;hpb=a00f1a19cc83ae763213278b462bace11f29a7b1 diff --git a/bugreport b/bugreport index 22f4775..67ecf93 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);