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

Unified Diff: chrome/browser/resources/about_version.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/about_sys/about_sys.html ('k') | chrome/browser/resources/about_voicesearch.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/about_version.html
diff --git a/chrome/browser/resources/about_version.html b/chrome/browser/resources/about_version.html
index daac598a7b0840c6723eb9692d56cb8052bc1349..bf6a4ea4908751565778215d3fdadd38d76c5868 100644
--- a/chrome/browser/resources/about_version.html
+++ b/chrome/browser/resources/about_version.html
@@ -4,7 +4,7 @@
about:version template page
-->
-<html id="t" i18n-values="dir:textdirection;">
+<html id="t" i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<title i18n-content="title"></title>
« no previous file with comments | « chrome/browser/resources/about_sys/about_sys.html ('k') | chrome/browser/resources/about_voicesearch.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698