diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-12-09 03:14:28 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:04 +0000 |
commit | fefdda6bcfde597dac30b4f18341a0598cff98c1 (patch) | |
tree | d4694a464519bd3eb932c439355fefec27ee996d /Cydia.app/loading.html | |
parent | 22f8bed9669aee2b33cbc4da49eea3106e91c338 (diff) |
Fixed an XHTML issue, finished confirmation Javascript, and finally enhanced Test script.
Diffstat (limited to 'Cydia.app/loading.html')
-rw-r--r-- | Cydia.app/loading.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cydia.app/loading.html b/Cydia.app/loading.html index 85cc4c5..33b2637 100644 --- a/Cydia.app/loading.html +++ b/Cydia.app/loading.html @@ -7,7 +7,7 @@ <base target="_blank"/> </head><body> <div style="padding: 5px 7px"> - <span style="color: #4d4d70; font-weight: normal; font-size: 16px"/> + <span style="color: #4d4d70; font-weight: normal; font-size: 16px"> <div style="display: inline-block; background-image: url(menes/indicator-c7ced5-4d4d70.gif); width: 16px; height: 16px; margin: 2px 0 -2px 0"></div> <span style="margin: 0 4px">Loading...</span> </span> |