-
Couldn't load subscription status.
- Fork 2.5k
Open
Description
In the line
<form action="/test/ test">
there is a space inside the action attribute (/test/ test). This makes the URL invalid and can cause the form submission to fail or behave unexpectedly. To fix it, remove the space or correct the URL, for example:
<form action="/test/test">
This ensures the form has a valid and properly working submission target.
Metadata
Metadata
Assignees
Labels
No labels