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

Side by Side Diff: chrome/browser/resources/welcome/welcome.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 | « no previous file | chrome/browser/resources/welcome/win10/inline.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> 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/html/cr.html"> 7 <link rel="import" href="chrome://resources/html/cr.html">
7 <link rel="import" href="chrome://resources/html/polymer.html"> 8 <link rel="import" href="chrome://resources/html/polymer.html">
8 <link rel="import" href="chrome://resources/html/util.html"> 9 <link rel="import" href="chrome://resources/html/util.html">
9 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html"> 10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-button/paper-bu tton.html">
10 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml"> 11 <link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/color.ht ml">
11 12
12 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css"> 13 <link rel="stylesheet" href="chrome://resources/css/text_defaults_md.css">
13 <link rel="stylesheet" href="chrome://welcome/welcome.css"> 14 <link rel="stylesheet" href="chrome://welcome/welcome.css">
(...skipping 15 matching lines...) Expand all
29 $i18n{acceptText} 30 $i18n{acceptText}
30 </paper-button> 31 </paper-button>
31 <a href="#" class="link" id="decline-button">$i18n{declineText}</a> 32 <a href="#" class="link" id="decline-button">$i18n{declineText}</a>
32 </div> 33 </div>
33 </div> 34 </div>
34 </div> 35 </div>
35 <div class="watermark"></div> 36 <div class="watermark"></div>
36 <script src="chrome://welcome/welcome.js"></script> 37 <script src="chrome://welcome/welcome.js"></script>
37 </body> 38 </body>
38 </html> 39 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/welcome/win10/inline.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698