| Index: samples/playground/playground.html
|
| diff --git a/samples/playground/playground.html b/samples/playground/playground.html
|
| index fd4219e4fc1c7c24eba5a5f6049dc57e2f273d3d..dc46017f4a83f1b9530ae5181336f85b617c3307 100644
|
| --- a/samples/playground/playground.html
|
| +++ b/samples/playground/playground.html
|
| @@ -42,7 +42,7 @@ void main() {
|
| if (window.navigator.webkitStartDart) {
|
| window.navigator.webkitStartDart();
|
| } else {
|
| - document.body.innerHTML = 'To run this sample, please download Dartium at <a href="http://www.dartlang.org/dartium/">http://www.dartlang.org/dartium</a>.';
|
| + document.body.innerHtml = 'To run this sample, please download Dartium at <a href="http://www.dartlang.org/dartium/">http://www.dartlang.org/dartium</a>.';
|
| }
|
| </script>
|
| </body>
|
|
|