diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2009-02-28 08:18:52 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:09:50 +0000 |
commit | afc24433806a2acc4556e9351701b360cb96b89e (patch) | |
tree | 9d30ebf40a9a3d231b11f440016f309d166c690a /Cydia.app/error.html | |
parent | 499b920a644bacb58054e08487b445b0152cb592 (diff) |
Explicitely _blank load internal HTML documents.
Diffstat (limited to 'Cydia.app/error.html')
-rw-r--r-- | Cydia.app/error.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cydia.app/error.html b/Cydia.app/error.html index 8749f7b..6a42a52 100644 --- a/Cydia.app/error.html +++ b/Cydia.app/error.html @@ -3,6 +3,7 @@ <title>Network Error</title> <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <base target="_blank"/> <style> body { |