From 7ff7085ed527ac8f9fe7b6c28442cf321f9fdfc0 Mon Sep 17 00:00:00 2001 From: djwesty Date: Tue, 12 Mar 2013 13:42:34 -0300 Subject: [PATCH] Update analyze.js --- analyze.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/analyze.js b/analyze.js index 68401fc..8019a0f 100644 --- a/analyze.js +++ b/analyze.js @@ -19,8 +19,8 @@ function analyze() { info[4] = all[i].getAttribute("form"); break; case "FORM": - info[1] = all[i].getAttribute("name); - info[2] = all[i].getAttribute("length); + info[1] = all[i].getAttribute("name"); + info[2] = all[i].getAttribute("length"); info[3] = all[i].getAttribute("target"); info[4] = all[i].getAttribute("action"); break;