summaryrefslogtreecommitdiff
path: root/Cydia.app/confirm.js
diff options
context:
space:
mode:
Diffstat (limited to 'Cydia.app/confirm.js')
-rw-r--r--Cydia.app/confirm.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cydia.app/confirm.js b/Cydia.app/confirm.js
index 41f7a0d..5322af6 100644
--- a/Cydia.app/confirm.js
+++ b/Cydia.app/confirm.js
@@ -43,9 +43,9 @@ $(function () {
var type = entry[0];
if (type == "PreDepends")
type = "Depends";
- $("#i" + i).append("<div><div>" +
+ $("#i" + i).append("<div class=\"clearfix\"><div>" +
"<label>" + $.xml(type) + "</label>" +
- "<labe>" + $.xml(entry[1] + " " + entry[3]) + "</label>" +
+ "<label>" + $.xml(entry[1] + " " + entry[3]) + "</label>" +
"</div></div>");
}
}