]> git.zerfleddert.de Git - proxmark3-svn/commitdiff
chg: syntax suger
authoriceman1001 <iceman@iuse.se>
Thu, 6 Oct 2016 22:18:02 +0000 (00:18 +0200)
committericeman1001 <iceman@iuse.se>
Thu, 6 Oct 2016 22:18:02 +0000 (00:18 +0200)
client/lualibs/htmlskel.lua

index b468eb2dbb3c01848040d9b7fadcbb61b97513e1..f216df1e12d8732567de4754c3ddd3cadcaa2026 100644 (file)
@@ -135,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>
                * {
@@ -215,6 +215,7 @@ local skel_1 = [[
 
                        return {info: info, highlighter : ndefHighligheter }
                }, 
+
                function(data)
                {//This is the catch-all
                        return {info: {type : "Unknown"}, highlighter : noHighlighter}
@@ -312,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)
@@ -340,8 +339,6 @@ local skel_1 = [[
                }
        };
 
-
-
        </script>
        
 </head>
Impressum, Datenschutz