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

Side by Side Diff: chrome/browser/resources/welcome/win10/inline.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
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/action_link.html"> 9 <link rel="import" href="chrome://resources/html/action_link.html">
9 <link rel="import" href="chrome://resources/html/action_link_css.html"> 10 <link rel="import" href="chrome://resources/html/action_link_css.html">
10 <link rel="import" href="chrome://resources/html/polymer.html"> 11 <link rel="import" href="chrome://resources/html/polymer.html">
11 <link rel="import" href="chrome://resources/html/util.html"> 12 <link rel="import" href="chrome://resources/html/util.html">
12 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml"> 13 <link rel="import" href="chrome://resources/polymer/v1_0/iron-icon/iron-icon.h tml">
13 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> 14 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html">
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 </div> 85 </div>
85 </template> 86 </template>
86 </div> 87 </div>
87 <paper-button class="button" on-tap="onContinue"> 88 <paper-button class="button" on-tap="onContinue">
88 $i18n{continueText} 89 $i18n{continueText}
89 </paper-button> 90 </paper-button>
90 </div> 91 </div>
91 </template> 92 </template>
92 </body> 93 </body>
93 </html> 94 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/welcome/welcome.html ('k') | chrome/browser/resources/welcome/win10/sectioned.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698