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

Side by Side Diff: chrome/browser/resources/about_conflicts.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
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('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 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 <style> 5 <style>
6 body { 6 body {
7 margin: 10px; 7 margin: 10px;
8 min-width: 47em; 8 min-width: 47em;
9 } 9 }
10 10
11 a { 11 a {
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 <script src="chrome://resources/js/jstemplate_compiled.js"></script> 258 <script src="chrome://resources/js/jstemplate_compiled.js"></script>
259 <script src="chrome://resources/js/load_time_data.js"></script> 259 <script src="chrome://resources/js/load_time_data.js"></script>
260 <script src="chrome://resources/js/util.js"></script> 260 <script src="chrome://resources/js/util.js"></script>
261 261
262 <script src="chrome://conflicts/strings.js"></script> 262 <script src="chrome://conflicts/strings.js"></script>
263 <script src="chrome://resources/js/i18n_template2.js"></script> 263 <script src="chrome://resources/js/i18n_template2.js"></script>
264 264
265 <script src="chrome://conflicts/conflicts.js"></script> 265 <script src="chrome://conflicts/conflicts.js"></script>
266 </body> 266 </body>
267 </html> 267 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/about_credits.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698