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

Side by Side Diff: chrome/browser/resources/about_conflicts.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 i18n-values="dir:textdirection;"> 2 <html i18n-values="dir:textdirection;lang:language">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 5 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
6 <style> 6 <style>
7 body { 7 body {
8 margin: 10px; 8 margin: 10px;
9 min-width: 47em; 9 min-width: 47em;
10 } 10 }
11 11
12 a { 12 a {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 259 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
260 <script src="chrome://resources/js/load_time_data.js"></script> 260 <script src="chrome://resources/js/load_time_data.js"></script>
261 <script src="chrome://resources/js/util.js"></script> 261 <script src="chrome://resources/js/util.js"></script>
262 262
263 <script src="chrome://conflicts/strings.js"></script> 263 <script src="chrome://conflicts/strings.js"></script>
264 <script src="chrome://resources/js/i18n_template2.js"></script> 264 <script src="chrome://resources/js/i18n_template2.js"></script>
265 265
266 <script src="chrome://conflicts/conflicts.js"></script> 266 <script src="chrome://conflicts/conflicts.js"></script>
267 </body> 267 </body>
268 </html> 268 </html>
OLDNEW
« no previous file with comments | « chrome/browser/interstitials/security_interstitial_page.cc ('k') | chrome/browser/resources/about_flash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698