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

Side by Side Diff: chrome/browser/resources/chromeos/nfc_debug.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 <title i18n-content="titleText"></title> 5 <title i18n-content="titleText"></title>
6 <link rel="stylesheet" type="text/css" href="nfc_debug.css"> 6 <link rel="stylesheet" type="text/css" href="nfc_debug.css">
7 <script src="chrome://resources/js/cr.js"></script> 7 <script src="chrome://resources/js/cr.js"></script>
8 <script src="chrome://resources/js/load_time_data.js"></script> 8 <script src="chrome://resources/js/load_time_data.js"></script>
9 <script src="chrome://resources/js/util.js"></script> 9 <script src="chrome://resources/js/util.js"></script>
10 <script src="strings.js"></script> 10 <script src="strings.js"></script>
11 <script src="nfc_debug.js"></script> 11 <script src="nfc_debug.js"></script>
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 <h3 i18n-content="recordsHeaderText"></h3> 121 <h3 i18n-content="recordsHeaderText"></h3>
122 <hr/> 122 <hr/>
123 <div id="tag-records-container"></div> 123 <div id="tag-records-container"></div>
124 <hr/> 124 <hr/>
125 </div> 125 </div>
126 </div> 126 </div>
127 </div> 127 </div>
128 <script src="chrome://resources/js/i18n_template2.js"></script> 128 <script src="chrome://resources/js/i18n_template2.js"></script>
129 </body> 129 </body>
130 </html> 130 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/chromeos/network_ui/network_ui.html ('k') | chrome/browser/resources/chromeos/offline_app_load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698