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

Side by Side Diff: chrome/browser/resources/welcome/win10/sectioned.html

Issue 2706883002: Add missing charset tag to html resources (Closed)
Patch Set: Created 3 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/welcome/win10/inline.html ('k') | no next file » | 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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title>$i18n{headerText}</title> 5 <title>$i18n{headerText}</title>
5 6
6 <link rel="import" href="chrome://resources/cr_elements/icons.html"> 7 <link rel="import" href="chrome://resources/cr_elements/icons.html">
7 <link rel="import" href="chrome://resources/html/cr.html"> 8 <link rel="import" href="chrome://resources/html/cr.html">
8 <link rel="import" href="chrome://resources/html/polymer.html"> 9 <link rel="import" href="chrome://resources/html/polymer.html">
9 <link rel="import" href="chrome://resources/html/util.html"> 10 <link rel="import" href="chrome://resources/html/util.html">
10 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml"> 11 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml">
11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> 12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html">
12 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml"> 13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml">
13 14
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 </div> 80 </div>
80 <div class="screenshot-overlay" 81 <div class="screenshot-overlay"
81 id="icon-overlay"> 82 id="icon-overlay">
82 </div> 83 </div>
83 </div> 84 </div>
84 </div> 85 </div>
85 </div> 86 </div>
86 </template> 87 </template>
87 </body> 88 </body>
88 </html> 89 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/welcome/win10/inline.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698