mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +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>
|
||||
<body>
|
||||
<form method="post" action="/accounts/12345/deposits">
|
||||
<input name="amount" type="number'/>
|
||||
<input name="amount" type="number" />
|
||||
<button>Submit</button>
|
||||
</div>
|
||||
</form>
|
||||
<body>
|
||||
</html>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user