# HG changeset patch # User will@willthompson.co.uk # Date 1285060950 -3600 # Node ID db500386b9c4a4ff5b91367da2230f0c520a2f36 # Parent 9a4a18d111661f052a470883ee5e6c46f4d233af Correctly close 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[[ + ]];