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

Side by Side Diff: samples/third_party/todomvc/web/router_options.html

Issue 23735003: Get rid of doctype warning in analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 months 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html>
2 <!-- 1 <!--
3 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 2 Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 3 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. 4 BSD-style license that can be found in the LICENSE file.
6 --> 5 -->
7 <html>
8 <head>
9 <meta charset="utf-8">
10 </head>
11 <body>
12 <polymer-element name="router-options" extends="ul"> 6 <polymer-element name="router-options" extends="ul">
13 <template><content></content></template> 7 <template><content></content></template>
14 <script type="application/dart" src="router_options.dart"></script> 8 <script type="application/dart" src="router_options.dart"></script>
15 </polymer-element> 9 </polymer-element>
16 </body>
17 </html>
OLDNEW
« no previous file with comments | « samples/third_party/todomvc/web/editable_label.html ('k') | samples/third_party/todomvc/web/todo_row.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698