X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/62a95012e9168c70f190407edc2c611363c7122a..05f1ba5ddc4af646fbd0c842ae31b724d4b49182:/client/lualibs/htmlskel.lua

diff --git a/client/lualibs/htmlskel.lua b/client/lualibs/htmlskel.lua
index ed6a050b..f216df1e 100644
--- a/client/lualibs/htmlskel.lua
+++ b/client/lualibs/htmlskel.lua
@@ -55,6 +55,7 @@ local skel_1 = [[
 			return "UNKNOWN"
 		}
 
+		add("04,,,Mifare TNP3xxx Activision 1K,0f01,01");
 		add("04,,,Mifare Mini,0004,09");
 		add("04,,,Mifare Classic 1k/Mifare Plus(4 byte UID) 2K SL1,0004,08");
 		add("04,,,Mifare Plus (4 byte UID) 2K SL2,0004,10");
@@ -134,7 +135,7 @@ local skel_1 = [[
 		add("04,,,Smart MX with 7 byte UID,0D48");
 		add("04,,,Smart MX with 7 byte UID,0E48");
 		add("04,,,Smart MX with 7 byte UID,0F48");	
-</script>
+	</script>
 
 	<style>
 		* {
@@ -214,6 +215,7 @@ local skel_1 = [[
 
 			return {info: info, highlighter : ndefHighligheter }
 		}, 
+
 		function(data)
 		{//This is the catch-all
 			return {info: {type : "Unknown"}, highlighter : noHighlighter}
@@ -311,12 +313,10 @@ local skel_1 = [[
 			
 			if(line < 128){
 				linesPerSector = 4;
-			}else
-			{
+			} else {
 				//Quadruple size sectors
 				linesPerSector = 16;
 				line = line - 128;
-
 			}
 
 			if(line % linesPerSector == 0)
@@ -339,11 +339,10 @@ local skel_1 = [[
 		}
 	};
 
-
-
 	</script>
 	
 </head>
+<body></body>
 <script>
 	var x = { data : 
 ]]