Skip to content

Commit b3bbfd5

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 204636a + 5e867de commit b3bbfd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ By removing these constraints, htmx completes HTML as a [hypertext](https://en.w
123123

124124
```html
125125
<script src="https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js"
126-
integrity="sha384-H5SrcfygHmAuTDZphMHqBJLc3FhssKjG7w/CeCpFReSfwBWDTKpkzPP8c+cLsK+V" c
127-
rossorigin="anonymous"></script>
126+
integrity="sha384-H5SrcfygHmAuTDZphMHqBJLc3FhssKjG7w/CeCpFReSfwBWDTKpkzPP8c+cLsK+V"
127+
crossorigin="anonymous"></script>
128128
<!-- have a button POST a click via AJAX -->
129129
<button hx-post="/clicked" hx-swap="outerHTML">
130130
Click Me

0 commit comments

Comments
 (0)