| Index: components/chrome_apps/webstore_widget/app/main.html
|
| diff --git a/components/chrome_apps/webstore_widget/app/main.html b/components/chrome_apps/webstore_widget/app/main.html
|
| index 36b65860b7b0c2c189447a5ba9e60daa61aada05..cb18c37a257592328ed4577db043b697c23cee5c 100644
|
| --- a/components/chrome_apps/webstore_widget/app/main.html
|
| +++ b/components/chrome_apps/webstore_widget/app/main.html
|
| @@ -5,7 +5,7 @@
|
| -- found in the LICENSE file.
|
| -->
|
|
|
| -<html i18n-values="dir:textdirection;lang:language">
|
| +<html dir="$i18n{textdirection}" lang="$i18n{language}">
|
| <head>
|
| <meta charset="utf-8">
|
| <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css">
|
|
|