Also, here's a patch to fix the HTML generated by capscan.

--
Will
# HG changeset patch
# User [email protected]
# Date 1285060950 -3600
# Node ID db500386b9c4a4ff5b91367da2230f0c520a2f36
# Parent  9a4a18d111661f052a470883ee5e6c46f4d233af
Correctly close <title> tag in report.html

diff -r 9a4a18d11166 -r db500386b9c4 capscan.lua
--- 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>
 ]];
 


_______________________________________________
JDev mailing list
Forum: http://www.jabberforum.org/forumdisplay.php?f=20
Info: http://mail.jabber.org/mailman/listinfo/jdev
Unsubscribe: [email protected]
_______________________________________________

Reply via email to