summaryrefslogtreecommitdiff
path: root/Cydia.app
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2009-02-25 06:58:19 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:43 +0000
commitbd0a4099eec1afbfaefa65545259b7096daf8bfd (patch)
tree8c2cb6c74ba3c391b1cbee7a4f235790ee5afeaf /Cydia.app
parent5d774a8892d28544253b65ef85916e5848dba716 (diff)
A few, minor, accumulated fixes.
Diffstat (limited to 'Cydia.app')
-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>");
}
}