diff options
author | Grant Paul <chpwn@chpwn.com> | 2010-12-11 23:11:07 -0800 |
---|---|---|
committer | Grant Paul <chpwn@chpwn.com> | 2010-12-11 23:11:07 -0800 |
commit | a2bd7a7305fc62b7e218cb206b56f35d3a880f28 (patch) | |
tree | 241973814262e39c60f235ef59e0c6c491ddd45f /MobileCydia.app/confirm.html | |
parent | dd5f81612e2906f740d09566145cd1be72a4c227 (diff) |
Fixed empty Statistics on confirm page if all statistics have been removed.
Diffstat (limited to 'MobileCydia.app/confirm.html')
-rw-r--r-- | MobileCydia.app/confirm.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MobileCydia.app/confirm.html b/MobileCydia.app/confirm.html index 5a4ed55..dbc6043 100644 --- a/MobileCydia.app/confirm.html +++ b/MobileCydia.app/confirm.html @@ -15,8 +15,8 @@ <div><p><span style="color: red; font-weight: bold" localize="NOTE"></span>: <span localize="CANNOT_COMPLY_EX"></span></p></div> </fieldset> -<label class="_issues" localize="STATISTICS"></label> -<fieldset class="_issues"> +<label class="_issues statistics" localize="STATISTICS"></label> +<fieldset class="_issues statistics"> <div class="downloading"><div> <label localize="DOWNLOADING"></label> <label id="downloading"></label> |