Fix some URLs whose sub-path is missing (#31289)

Fix #31285
This commit is contained in:
wxiaoguang 2024-06-07 23:15:17 +08:00 committed by GitHub
parent 291a00dc57
commit 0188d82e49
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@
<div><label><input name="check" type="checkbox"> check</label></div>
<div><button name="btn">submit post</button></div>
</form>
<form method="post" action="/no-such-uri" class="form-fetch-action">
<form method="post" action="no-such-uri" class="form-fetch-action">
<div class="tw-py-8">bad action url</div>
<div><button name="btn">submit test</button></div>
</form>