Correctly close <title> tag in report.html default tip

Tue, 21 Sep 2010 10:22:30 +0100

author
will@willthompson.co.uk
date
Tue, 21 Sep 2010 10:22:30 +0100
changeset 5
db500386b9c4
parent 4
9a4a18d11166

Correctly close <title> tag in report.html

capscan.lua file | annotate | diff | comparison | revisions
--- a/capscan.lua	Sat Sep 18 18:57:41 2010 +0100
+++ b/capscan.lua	Tue Sep 21 10:22:30 2010 +0100
@@ -89,7 +89,8 @@
 <head>
 	<title>]];
 report:write("Entity capabilities validity for contacts of ", jid);
-report:write[[</head>
+report:write[[</title>
+</head>
 <body>
 ]];
 

mercurial