| Index: runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
|
| diff --git a/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html b/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
|
| index 8d39d2e68e5303192e74bcda2f64b15a08a42bae..726a48e7988b731ce4fa961361089c92fa02d6fd 100644
|
| --- a/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
|
| +++ b/runtime/bin/vmservice/observatory/lib/src/elements/class_ref.html
|
| @@ -2,7 +2,7 @@
|
| <link rel="import" href="service_ref.html">
|
|
|
| <polymer-element name="class-ref" extends="service-ref">
|
| - <template><link rel="stylesheet" href="css/shared.css"><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></template>
|
| + <template><link rel="stylesheet" href="css/shared.css"><span><a on-click="{{ goto }}" title="{{ hoverText }}" href="{{ url }}">{{ name }}</a></span></template>
|
| </polymer-element>
|
|
|
| <script type="application/dart" src="class_ref.dart"></script>
|
|
|