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

Unified Diff: chrome/browser/resources/chromeos/device_log_ui/device_log_ui.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/device_log_ui/device_log_ui.html
diff --git a/chrome/browser/resources/chromeos/device_log_ui/device_log_ui.html b/chrome/browser/resources/chromeos/device_log_ui/device_log_ui.html
index 7de0ca396cbaa117e01f5624e4043b21b306a8e7..6d46248b497021be82cf4215642df1b446717212 100644
--- a/chrome/browser/resources/chromeos/device_log_ui/device_log_ui.html
+++ b/chrome/browser/resources/chromeos/device_log_ui/device_log_ui.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html i18n-values="dir:textdirection;">
+<html i18n-values="dir:textdirection;lang:language">
<head>
<meta charset="utf-8">
<title id="device-log-title" i18n-content="titleText"></title>

Powered by Google App Engine
This is Rietveld 408576698