Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2081)

Unified Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.html

Issue 880313002: webui: add [lang] attribute to <html> element on all webui pages so (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cros Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/resources/chromeos/slow.html ('k') | chrome/browser/resources/components.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/wallpaper_manager/main.html
diff --git a/chrome/browser/resources/chromeos/wallpaper_manager/main.html b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
index bf645627dee162ea3b44dc7ef4fee3dc64f04fcd..94f95c6fc262f4c10fa7387ab98673c6b62747d5 100644
--- a/chrome/browser/resources/chromeos/wallpaper_manager/main.html
+++ b/chrome/browser/resources/chromeos/wallpaper_manager/main.html
@@ -5,7 +5,7 @@ Copyright (c) 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<html i18n-values="dir:textdirection;">
+<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<title>Wallpaper Picker</title>
« no previous file with comments | « chrome/browser/resources/chromeos/slow.html ('k') | chrome/browser/resources/components.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698