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

Side by Side Diff: chrome/browser/resources/options/options.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, 10 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 unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html id="t" i18n-values="dir:textdirection"> 2 <html id="t" i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title i18n-content="optionsPageTitle"></title> 5 <title i18n-content="optionsPageTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> 6 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css"> 7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css">
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
9 <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css"> 9 <link rel="stylesheet" href="chrome://resources/css/controlled_indicator.css">
10 <link rel="stylesheet" href="chrome://resources/css/list.css"> 10 <link rel="stylesheet" href="chrome://resources/css/list.css">
11 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 11 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
12 <link rel="stylesheet" href="chrome://resources/css/spinner.css"> 12 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 <include src="search_page.html"> 206 <include src="search_page.html">
207 <include src="browser_options.html"> 207 <include src="browser_options.html">
208 </div> 208 </div>
209 </div> 209 </div>
210 </div> 210 </div>
211 </div> 211 </div>
212 212
213 <script src="chrome://resources/js/i18n_template2.js"></script> 213 <script src="chrome://resources/js/i18n_template2.js"></script>
214 </body> 214 </body>
215 </html> 215 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698