From: martin.holst@gmail.com Date: Thu, 17 Oct 2013 18:28:21 +0000 (+0000) Subject: Changes to html-dump generateion, credits to en4rab http://www.proxmark.org/forum... X-Git-Tag: v1.0.0~43 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/57d384004d17d27cb6c4c7971641e964b591b3aa Changes to html-dump generateion, credits to en4rab http://www.proxmark.org/forum/viewtopic.php?pid=8576 --- diff --git a/client/lualibs/htmlskel.lua b/client/lualibs/htmlskel.lua index 377e62d9..9b29f89e 100644 --- a/client/lualibs/htmlskel.lua +++ b/client/lualibs/htmlskel.lua @@ -14,6 +14,9 @@ local skel_1 = [[ float:left; border: 1px solid white; } + td{ + empty-cells : show; + } td.blockzero { color: rgb(140, 245, 193); } @@ -64,7 +67,7 @@ local skel_1 = [[ } if(byte < 6) el.className += " key_a"; - else if(byte < 11) el.className += " accessconditions"; + else if(byte < 10) el.className += " accessconditions"; else el.className += " key_b"; }