diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 18:25:28 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 18:25:28 +0100 |
| commit | c179adccb27badc2055cefd80a8863ffb0d1b478 (patch) | |
| tree | d8df10eb29f4eebfcce0abfb36907d1d7698a2a2 /http | |
| parent | caed7bbfdfef88a28ac924e9d5ccf536a0b63284 (diff) | |
replace <hr> with <hr/>
Diffstat (limited to 'http')
| -rw-r--r-- | http/src/contact.upphtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/src/contact.upphtml b/http/src/contact.upphtml index 770ec19..1f425a6 100644 --- a/http/src/contact.upphtml +++ b/http/src/contact.upphtml @@ -24,7 +24,7 @@ pp "${SHARE}"/components/otp-dialog.upphtml <h1>You sent me a message!</h1> <p>Thanks for that. I may be in touch.</p> <p>In case you forgot, your message was this:</p> - <hr> + <hr /> <dl> <dt>Name</dt> <dd class=sentname>???</dd> <dt>Email</dt> <dd class=sentemail>???</dd> |
