Drop <style> block left over from old report style

Sat, 18 Sep 2010 18:35:57 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Sat, 18 Sep 2010 18:35:57 +0100
changeset 2
b89fe0449b96
parent 1
ce892ac8bec2
child 3
6d73aab94365

Drop <style> block left over from old report style

capscan.lua file | annotate | diff | comparison | revisions
--- a/capscan.lua	Sat Sep 18 18:35:32 2010 +0100
+++ b/capscan.lua	Sat Sep 18 18:35:57 2010 +0100
@@ -93,15 +93,6 @@
 <body>
 ]];
 
-report:write[[<style type="text/css">
-	.good-hash { background-color: #33aa33; }
-	.bad-hash { background-color: #aa3333; }
-	.no-hash { background-color: #ffffff; }
-	.unknown-hash { background-color: #aaaa33; }
-</style>
-]]
-
-
 local contact_jids = array.collect(keys(contacts)):sort();
 
 report:write("<h1>Entity capabilities report for contacts of ", jid, "</h1>\n");

mercurial