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

Side by Side Diff: chrome/browser/resources/sync_file_system_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 2013 The Chromium Authors. All rights reserved. 3 Copyright 2013 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 <meta charset="utf-8"> 8 <meta charset="utf-8">
9 <title>Sync File System Internals</title> 9 <title>Sync File System Internals</title>
10 <link rel="stylesheet" href="main.css"> 10 <link rel="stylesheet" href="main.css">
11 11
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 </tabpanel> 46 </tabpanel>
47 <tabpanel> 47 <tabpanel>
48 <include src="dump_database.html" > 48 <include src="dump_database.html" >
49 </tabpanel> 49 </tabpanel>
50 </tabpanels> 50 </tabpanels>
51 </tabbox> 51 </tabbox>
52 52
53 <script src="chrome://resources/js/i18n_template2.js"></script> 53 <script src="chrome://resources/js/i18n_template2.js"></script>
54 </body> 54 </body>
55 </html> 55 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/supervised_user_block_interstitial.html ('k') | chrome/browser/resources/sync_internals/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698