Skip to content

Commit e0a3613

Browse files
committed
Fix the quoting in the datastar example
1 parent 0c7e81d commit e0a3613

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/datastar/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<script type="module" src="datastar.js"></script>
55
</head>
66
<body>
7-
<button data-on-click=`alert("I'm sorry, Dave. I'm afraid I can't do that.")`>
8-
Open the pod bay doors, HAL.
7+
<button data-on:click="alert('I’m sorry, Dave. Im afraid I cant do that.')">
8+
Open the pod bay doors, HAL.
99
</button>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)