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

Side by Side Diff: chrome/browser/resources/about_sys/about_sys.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
« no previous file with comments | « chrome/browser/resources/about_nacl.html ('k') | chrome/browser/resources/about_version.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 http-equiv="Content-Type" content="text/html; charset=utf-8"> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5 <title i18n-content="title"></title> 5 <title i18n-content="title"></title>
6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 6 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
7 <link rel="stylesheet" href="about_sys.css"> 7 <link rel="stylesheet" href="about_sys.css">
8 <script src="chrome://resources/js/util.js"></script> 8 <script src="chrome://resources/js/util.js"></script>
9 <script src="chrome://resources/js/i18n_template_no_process.js"></script> 9 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
10 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 10 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
11 <script src="about_sys.js"></script> 11 <script src="about_sys.js"></script>
12 </head> 12 </head>
(...skipping 21 matching lines...) Expand all
34 </td> 34 </td>
35 <td class="number"> 35 <td class="number">
36 <div class="stat-value" jscontent="statValue" 36 <div class="stat-value" jscontent="statValue"
37 jsvalues="id:statName + '-value'"></div> 37 jsvalues="id:statName + '-value'"></div>
38 </td> 38 </td>
39 </tr> 39 </tr>
40 </table> 40 </table>
41 </div> 41 </div>
42 </body> 42 </body>
43 </html> 43 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_nacl.html ('k') | chrome/browser/resources/about_version.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698