[Secure-testing-commits] r244 - sarge-checks

Joey Hess joeyh@costa.debian.org
Wed, 05 Jan 2005 13:30:14 +0100


Author: joeyh
Date: 2005-01-05 13:30:13 +0100 (Wed, 05 Jan 2005)
New Revision: 244

Modified:
   sarge-checks/checklist
Log:
html formatting


Modified: sarge-checks/checklist
===================================================================
--- sarge-checks/checklist	2005-01-05 11:23:46 UTC (rev 243)
+++ sarge-checks/checklist	2005-01-05 12:30:13 UTC (rev 244)
@@ -12,7 +12,7 @@
 }
 
 if ($html) {
-	print "<title>testing security issues</title>\n";
+	print "<html><title>testing security issues</title>\n";
 	print "<ul>\n";
 }
 
@@ -73,7 +73,8 @@
 if ($html) {
 	print "</ul>\n";
 	print "<hr>\n";
-	print "Total unfixed: $unfixed\n";
-	print "Total fixed in unstable but not testing: $unprop\n";
-	print "Last update: ".`date`;
+	print "Total unfixed: $unfixed<br>\n";
+	print "Total fixed in unstable but not testing: $unprop<br>\n";
+	print "Last update: ".`date`."<br>\n";
+	print "</html>\n";
 }