X-Git-Url: https://git.donarmstrong.com/?p=bugscan.git;a=blobdiff_plain;f=bugreport;fp=bugreport;h=25e293a43c1a0ecbbb7e54be2ab83a9cd1d413b3;hp=1fe0ffa24e1d9a331edb085e500f2ccb22c643e9;hb=e3a6541c0aed15b79158efd93ac3a064cc475bf8;hpb=1d97221130ca457ad6aeccd8b7e381860a8db706 diff --git a/bugreport b/bugreport index 1fe0ffa..25e293a 100755 --- a/bugreport +++ b/bugreport @@ -159,13 +159,13 @@ 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 previous stable release: %d

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

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

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