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

Side by Side Diff: chrome/browser/resources/quota_internals/main.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 <!-- 2 <!--
3 Copyright (c) 2011 The Chromium Authors. All rights reserved. 3 Copyright (c) 2011 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 <html i18n-values="dir:textdirection;"> 7 <html i18n-values="dir:textdirection;">
8 <title>Quota Internals</title> 8 <title>Quota Internals</title>
9 <meta charset="utf-8"> 9 <meta charset="utf-8">
10 <link rel="stylesheet" href="main.css"> 10 <link rel="stylesheet" href="main.css">
11 11
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 <!-- Data --> 69 <!-- Data -->
70 <button id="dump-button">Dump</button> 70 <button id="dump-button">Dump</button>
71 <pre id="dump-field"></pre> 71 <pre id="dump-field"></pre>
72 </tabpanel> 72 </tabpanel>
73 </tabpanels> 73 </tabpanels>
74 </tabbox> 74 </tabbox>
75 75
76 <script src="chrome://resources/js/i18n_template2.js"></script> 76 <script src="chrome://resources/js/i18n_template2.js"></script>
77 </body> 77 </body>
78 </html> 78 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/profiler/profiler.html ('k') | chrome/browser/resources/reader_out_of_date.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698