Skip to content

Commit d7b9c6c

Browse files
Jean-Baptiste Queruandroid code review
authored andcommitted
Merge "Added missing viewport meta tag to html resources"
2 parents 4da3769 + c7ae1da commit d7b9c6c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+44
-0
lines changed

core/res/res/raw-ar/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>صفحة الويب غير متوفرة</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; direction: rtl; }

core/res/res/raw-ar/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>صفحة الويب غير متوفرة</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; direction: rtl; }

core/res/res/raw-cs/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-cs/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webov&aacute; str&aacute;nka nen&iacute; dostupn&aacute;</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-da/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Websiden er ikke tilg&aelig;ngelig</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-da/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Websiden er ikke tilg&aelig;ngelig</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-de/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webseite nicht verf&uuml;gbar</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-de/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Webseite nicht verf&uuml;gbar</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-en-rGB/loaderror.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Web page not available</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

core/res/res/raw-en-rGB/nodomain.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<html>
22
<head>
3+
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
34
<title>Web page not available</title>
45
<style type="text/css">
56
body { margin-top: 0px; padding-top: 0px; }

0 commit comments

Comments
 (0)