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

Side by Side Diff: chrome/browser/resources/about_credits.tmpl

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> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Credits</title> 5 <title>Credits</title>
6 <style> 6 <style>
7 body { 7 body {
8 font-family:Helvetica,Arial,sans-serif; 8 font-family:Helvetica,Arial,sans-serif;
9 background-color:white; 9 background-color:white;
10 font-size:84%; 10 font-size:84%;
11 max-width:1020px; 11 max-width:1020px;
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <body> 67 <body>
68 <span class="page-title" style="float:left;">Credits</span> 68 <span class="page-title" style="float:left;">Credits</span>
69 <a id="print-link" href="#" style="float:right;">Print</a> 69 <a id="print-link" href="#" style="float:right;">Print</a>
70 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects --> 70 <div style="clear:both; overflow:auto;"><!-- Chromium <3s the following projects -->
71 {{entries}} 71 {{entries}}
72 </div> 72 </div>
73 <script src="chrome://credits/credits.js"></script> 73 <script src="chrome://credits/credits.js"></script>
74 <script src="chrome://credits/keyboard_utils.js"></script> 74 <script src="chrome://credits/keyboard_utils.js"></script>
75 </body> 75 </body>
76 </html> 76 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/about_conflicts.html ('k') | chrome/browser/resources/about_flash.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698