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

Side by Side Diff: chrome/browser/resources/feedback/html/default.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years 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;">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link> 5 <link rel="stylesheet" href="chrome://resources/css/apps/common.css"></link>
6 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li nk> 6 <link rel="stylesheet" href="chrome://resources/css/apps/topbutton_bar.css"></li nk>
7 <link rel="stylesheet" href="../css/feedback.css"> 7 <link rel="stylesheet" href="../css/feedback.css">
8 8
9 <script src="chrome://resources/js/load_time_data.js"></script> 9 <script src="chrome://resources/js/load_time_data.js"></script>
10 <script src="chrome://resources/js/i18n_template_no_process.js"></script> 10 <script src="chrome://resources/js/i18n_template_no_process.js"></script>
11 <script src="chrome://resources/js/util.js"></script> 11 <script src="chrome://resources/js/util.js"></script>
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 <button id="cancel-button" type="submit" 73 <button id="cancel-button" type="submit"
74 class="white-button" i18n-content="cancel"> 74 class="white-button" i18n-content="cancel">
75 </button> 75 </button>
76 <button id="send-report-button" type="submit" 76 <button id="send-report-button" type="submit"
77 class="blue-button" i18n-content="send-report"> 77 class="blue-button" i18n-content="send-report">
78 </button> 78 </button>
79 </div> 79 </div>
80 </div> 80 </div>
81 </body> 81 </body>
82 </html> 82 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/extensions/extensions.html ('k') | chrome/browser/resources/flags.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698