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

Unified Diff: chrome/browser/resources/chromeos/first_run/app/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
Index: chrome/browser/resources/chromeos/first_run/app/main.html
diff --git a/chrome/browser/resources/chromeos/first_run/app/main.html b/chrome/browser/resources/chromeos/first_run/app/main.html
index 0a7623ed64609e1413828ca9d0dcd663883e025a..32e52a3c0bcdb1d13c29bdbb813cc02c9d3d8687 100644
--- a/chrome/browser/resources/chromeos/first_run/app/main.html
+++ b/chrome/browser/resources/chromeos/first_run/app/main.html
@@ -1,5 +1,5 @@
<!doctype html>
-<html i18n-values="dir:textdirection;.style.fontFamily:fontfamily;">
+<html i18n-values="dir:textdirection;.style.fontFamily:fontfamily;lang:language">
<head>
<meta charset=utf-8>
<title></title>

Powered by Google App Engine
This is Rietveld 408576698