diff options
Diffstat (limited to 'Cydia.app/confirm.js')
-rw-r--r-- | Cydia.app/confirm.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js index 33b0014..75fe70b 100644 --- a/Cydia.app/confirm.js +++ b/Cydia.app/confirm.js @@ -43,10 +43,10 @@ $(function () { var type = entry[0]; if (type == "PreDepends") type = "Depends"; - $("#i" + i).append("<div>" + + $("#i" + i).append("<div><div>" + "<label>" + type + "</label>" + "<div>" + entry[1] + " " + entry[3] + "</div>" + - "</div>"); + "</div></div>"); } } @@ -63,10 +63,10 @@ $(function () { var length = list.length; if (length != 0) { - $("#modifications").append("<div class=\"clearfix\">" + + $("#modifications").append("<div class=\"clearfix\"><div>" + "<label>" + keys[i] + "</label>" + "<div id=\"c" + i + "\"></div>" + - "</div>"); + "</div></div>"); var value = ""; for (var j = 0; j != length; ++j) { |