diff options
author | Vika <vika@fireburn.ru> | 2024-01-29 07:08:21 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2024-01-29 07:08:21 +0300 |
commit | d36014200549cf73a7f22c6f94fb15bec17823e8 (patch) | |
tree | 6e56f912219c5d20e2768b1f016f23fff22fe83e /templates/src | |
parent | ed51d48f7353a5ceefa798ded52d3af465d4d0ec (diff) | |
download | kittybox-d36014200549cf73a7f22c6f94fb15bec17823e8.tar.zst |
lint: no extra whitespace on line endings
Diffstat (limited to 'templates/src')
-rw-r--r-- | templates/src/indieauth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/src/indieauth.rs b/templates/src/indieauth.rs index 6a46773..155b580 100644 --- a/templates/src/indieauth.rs +++ b/templates/src/indieauth.rs @@ -143,7 +143,7 @@ document.getElementById("indieauth_page").addEventListener("submit", submit_hand input[type="password", name="user_password", id="user_password"]; } } - + input[type="submit", value="Authenticate"]; br; |