From 189a73d0e5c9f6a27e2a1f67767d0fd3a041b069 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sat, 27 Dec 2008 23:33:41 +0000 Subject: Checkpoint, I think I released this. --- Cydia.app/confirm.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cydia.app/confirm.js') 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("
" + + $("#i" + i).append("
" + "" + "
" + entry[1] + " " + entry[3] + "
" + - "
"); + "
"); } } @@ -63,10 +63,10 @@ $(function () { var length = list.length; if (length != 0) { - $("#modifications").append("
" + + $("#modifications").append("
" + "" + "
" + - "
"); + "
"); var value = ""; for (var j = 0; j != length; ++j) { -- cgit v1.2.3