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

Unified Diff: chrome/browser/resources/chromeos/first_run/first_run.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: 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/first_run.html
diff --git a/chrome/browser/resources/chromeos/first_run/first_run.html b/chrome/browser/resources/chromeos/first_run/first_run.html
index 2e048a7586d65f5f3a1908f3f85dab55f84fde32..c9e5b21c91271fa0f7da079b58aff80c628efecd 100644
--- a/chrome/browser/resources/chromeos/first_run/first_run.html
+++ b/chrome/browser/resources/chromeos/first_run/first_run.html
@@ -1,5 +1,8 @@
<!doctype html>
-<html i18n-values="dir:textdirection;shelf:shelfAlignment;.style.fontFamily:fontfamily;">
+<html i18n-values="dir:textdirection;
+ shelf:shelfAlignment;
+ .style.fontFamily:fontfamily;
dmazzoni 2015/01/28 17:20:54 did you mean to change fontFamily? Previously it
Dan Beam 2015/01/28 17:48:27 that's just rietveld weirdness, it's "fontfamily"
+ lang:language">
<head>
<meta charset=utf-8>
<title></title>

Powered by Google App Engine
This is Rietveld 408576698