Index: example/todomvc/web/router_options.html |
diff --git a/example/todomvc/web/router_options.html b/example/todomvc/web/router_options.html |
index 2340b454a0cee82da9c7178a7bf371a9d945b6a1..7f92936e6c1d9f19f6dcf9224eea7137e26adc21 100644 |
--- a/example/todomvc/web/router_options.html |
+++ b/example/todomvc/web/router_options.html |
@@ -9,9 +9,9 @@ BSD-style license that can be found in the LICENSE file. |
<meta charset="utf-8"> |
</head> |
<body> |
-<element name="router-options" extends="ul" apply-author-styles> |
+<polymer-element name="router-options" extends="ul"> |
<template><content></content></template> |
<script type="application/dart" src="router_options.dart"></script> |
-</element> |
+</polymer-element> |
</body> |
</html> |