diff --git a/utils/NightlyTestTemplate.html b/utils/NightlyTestTemplate.html
index b227b5d12f9..ea8752ceaef 100644
--- a/utils/NightlyTestTemplate.html
+++ b/utils/NightlyTestTemplate.html
@@ -60,20 +60,17 @@
$NumDirsInCVS dirs, $NumFilesInCVS files, $LOC
lines of code, checked out in $CVSCheckoutTime seconds
Compilation Log
-
- $BuildError
- Time to configure CVS tree: $ConfigTime seconds
- ($ConfigWallTime seconds wall time)
- Time to build CVS tree: $BuildTime seconds
- ($BuildWallTime seconds wall time)
- Time to run feature tests: $FeatureTime seconds
- ($FeatureWallTime seconds wall time)
- Time to run regression tests: $RegressionTime seconds
- ($RegressionWallTime seconds wall time)
- Number of object files compiled: $NumObjects
- Number of libraries linked: $NumLibraries
- Number of executables linked: $NumExecutables
-
+
+Item | CPU Time | Wall Clock |
+Configure CVS Tree | $ConfigTime | $ConfigWallTime |
+Build CVS Tree | $BuildTime | $BuildWallTime |
+Run Feature Tests | $FeatureTime | $FeatureWallTime |
+Run Regression Tests | $RegressionTime | $RegressionWallTime |
+
+Number of object files compiled: $NumObjects
+Number of libraries linked: $NumLibraries
+Number of executables linked: $NumExecutables
+Build Error: $BuildError
Warnings during the build: