summaryrefslogtreecommitdiffstats
path: root/core/res/res/raw-zh-rTW
diff options
context:
space:
mode:
authorDominik <dominik@dominikschuermann.de>2012-06-19 18:58:19 +0300
committerDominik <dominik@dominikschuermann.de>2012-06-19 18:58:19 +0300
commitc7ae1da2e99604061c57040de603fb2fa9e46756 (patch)
treea392b0e897cab643d6e032aade84622e42061acc /core/res/res/raw-zh-rTW
parent20d6caf8888d4114b6ce79d93c7c9cf903ad8c22 (diff)
downloadframeworks_base-c7ae1da2e99604061c57040de603fb2fa9e46756.zip
frameworks_base-c7ae1da2e99604061c57040de603fb2fa9e46756.tar.gz
frameworks_base-c7ae1da2e99604061c57040de603fb2fa9e46756.tar.bz2
Added missing viewport meta tag to html resources
The viewport meta tag was missing in the translated html resources, which caused small unreadable error pages in Androids Browser when using other languages than the default english one. Change-Id: Icf6fbb6b5efc2de9bc18887bed5db009675bb313 Signed-off-by: Dominik <dominik@dominikschuermann.de>
Diffstat (limited to 'core/res/res/raw-zh-rTW')
-rw-r--r--core/res/res/raw-zh-rTW/loaderror.html1
-rw-r--r--core/res/res/raw-zh-rTW/nodomain.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/core/res/res/raw-zh-rTW/loaderror.html b/core/res/res/raw-zh-rTW/loaderror.html
index 0b4695a..cb86ae6 100644
--- a/core/res/res/raw-zh-rTW/loaderror.html
+++ b/core/res/res/raw-zh-rTW/loaderror.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>您所查詢的網頁不存在或已移除</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }
diff --git a/core/res/res/raw-zh-rTW/nodomain.html b/core/res/res/raw-zh-rTW/nodomain.html
index 3577a9d..18d786c 100644
--- a/core/res/res/raw-zh-rTW/nodomain.html
+++ b/core/res/res/raw-zh-rTW/nodomain.html
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>您所查詢的網頁不存在或已移除</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }