Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions www/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ it is a companion project of <https://htmx.org>
</div>
<div id="help"> I'm a helpful message!</div>

<button _="on click log me then call alert('yep, it's an alert)">
<button _="on click log me then call alert('yep, its an alert')">
Show An Alert
</button>
```
Expand Down Expand Up @@ -79,7 +79,7 @@ it is a companion project of <https://htmx.org>
<div id="help"> I'm a helpful message!</div>
</div>
<div class="4 col">
<button _='on click log me then call alert("yep, its an alert - check the console...")'>
<button _='on click log me then call alert("yep, it’s an alert - check the console...")'>
Show An Alert
</button>
</div>
Expand Down