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

Side by Side Diff: chrome/browser/resources/chromeos/wallpaper_manager/main.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/chromeos/slow.html ('k') | chrome/browser/resources/components.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 <!-- 2 <!--
3 ------ 3 ------
4 Copyright (c) 2013 The Chromium Authors. All rights reserved. 4 Copyright (c) 2013 The Chromium Authors. All rights reserved.
5 Use of this source code is governed by a BSD-style license that can be 5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file. 6 found in the LICENSE file.
7 --> 7 -->
8 <html i18n-values="dir:textdirection;"> 8 <html i18n-values="dir:textdirection;lang:language">
9 <head> 9 <head>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <title>Wallpaper Picker</title> 11 <title>Wallpaper Picker</title>
12 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css"> 12 <link rel="stylesheet" href="chrome://resources/css/text_defaults.css">
13 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css "> 13 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/widgets.css ">
14 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css">< /link> 14 <link rel="stylesheet" href="../../../../../ui/webui/resources/css/menu.css">< /link>
15 15
16 <link rel="stylesheet" href="css/wallpaper_manager.css"> 16 <link rel="stylesheet" href="css/wallpaper_manager.css">
17 <script src="js/main_scripts.js"></script> 17 <script src="js/main_scripts.js"></script>
18 <if expr="False"> 18 <if expr="False">
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 <div id="surprise-me" hidden> 123 <div id="surprise-me" hidden>
124 <div id="checkbox"></div> 124 <div id="checkbox"></div>
125 <span i18n-content="surpriseMeLabel"></span> 125 <span i18n-content="surpriseMeLabel"></span>
126 </div> 126 </div>
127 </div> 127 </div>
128 </div> 128 </div>
129 </div> 129 </div>
130 </div> 130 </div>
131 </body> 131 </body>
132 </html> 132 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/slow.html ('k') | chrome/browser/resources/components.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698