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

Side by Side Diff: chrome/browser/resources/local_ntp/local_ntp.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> 2 <html>
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 <head> 6 <head>
7 <script src="chrome-search://local-ntp/config.js"></script> 7 <script src="chrome-search://local-ntp/config.js"></script>
8 <script src="chrome-search://local-ntp/local-ntp.js"></script> 8 <script src="chrome-search://local-ntp/local-ntp.js"></script>
9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link> 9 <link rel="stylesheet" href="chrome-search://local-ntp/local-ntp.css"></link>
10 <meta charset="utf-8"> 10 <meta charset="utf-8">
11 <meta name="google" value="notranslate"> 11 <meta name="google" value="notranslate">
(...skipping 10 matching lines...) Expand all
22 <span id="mv-undo" tabIndex="1"></span> 22 <span id="mv-undo" tabIndex="1"></span>
23 <span id="mv-restore" tabIndex="1"></span> 23 <span id="mv-restore" tabIndex="1"></span>
24 <div id="mv-notice-x" tabIndex="1" class="mv-x"></div> 24 <div id="mv-notice-x" tabIndex="1" class="mv-x"></div>
25 </span> 25 </span>
26 </div> 26 </div>
27 </div> 27 </div>
28 <div id="attribution"><div id="attribution-text"></div></div> 28 <div id="attribution"><div id="attribution-text"></div></div>
29 </div> 29 </div>
30 </body> 30 </body>
31 </html> 31 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698