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

Side by Side Diff: chrome/browser/resources/help/help.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 <title i18n-content="aboutTitle"></title> 5 <title i18n-content="aboutTitle"></title>
6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css"> 6 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
7 <link rel="stylesheet" href="../uber/uber_shared.css"> 7 <link rel="stylesheet" href="../uber/uber_shared.css">
8 <link rel="stylesheet" href="help.css"> 8 <link rel="stylesheet" href="help.css">
9 <link rel="stylesheet" href="help_content.css"> 9 <link rel="stylesheet" href="help_content.css">
10 <if expr="chromeos"> 10 <if expr="chromeos">
11 <link rel="stylesheet" href="chrome://resources/css/bubble.css"> 11 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
12 <link rel="stylesheet" href="chrome://resources/css/overlay.css"> 12 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 <div id="page-container"> 45 <div id="page-container">
46 <div id="help-page" class="page"> 46 <div id="help-page" class="page">
47 <include src="help_content.html"> 47 <include src="help_content.html">
48 </div> 48 </div>
49 </div> 49 </div>
50 </div> 50 </div>
51 </body> 51 </body>
52 <script src="chrome://help-frame/strings.js"></script> 52 <script src="chrome://help-frame/strings.js"></script>
53 <script src="chrome://resources/js/i18n_template2.js"></script> 53 <script src="chrome://resources/js/i18n_template2.js"></script>
54 </html> 54 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/gcm_internals.html ('k') | chrome/browser/resources/history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698