mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 23:11:12 +00:00
Fix typo in sample HTML response (#1502)
This commit is contained in:
parent
3ff33eadc9
commit
3bca1af991
@ -179,9 +179,9 @@ HTTP/1.1 200 OK
|
|||||||
<html>
|
<html>
|
||||||
<body>
|
<body>
|
||||||
<form method="post" action="/accounts/12345/deposits">
|
<form method="post" action="/accounts/12345/deposits">
|
||||||
<input name="amount" type="number'/>
|
<input name="amount" type="number" />
|
||||||
<button>Submit</button>
|
<button>Submit</button>
|
||||||
</div>
|
</form>
|
||||||
<body>
|
<body>
|
||||||
</html>
|
</html>
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user