aboutsummaryrefslogtreecommitdiff
path: root/themes/alps
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-11-19 12:40:39 -0500
committerDrew DeVault <sir@cmpwn.com>2020-11-19 12:40:39 -0500
commit61cdb93e484c5ef7af7b3893db52dcf4b3be4791 (patch)
treefaa723818ca1b5d21796aba3808b52d9695fe22d /themes/alps
parent797b426ec6a6fc0222ff9dc94e33346abcb82663 (diff)
downloadalps-61cdb93e484c5ef7af7b3893db52dcf4b3be4791.tar.gz
alps-61cdb93e484c5ef7af7b3893db52dcf4b3be4791.zip
s/email/text/ in To & From fields
type="email" does not validate RFC 2822 address lists
Diffstat (limited to 'themes/alps')
-rw-r--r--themes/alps/compose.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html
index 854c4d2..1f0a4e3 100644
--- a/themes/alps/compose.html
+++ b/themes/alps/compose.html
@@ -14,7 +14,7 @@
<div class="headers no-js">
<label>From</label>
- <input type="email" name="from" id="from" value="{{.Message.From}}" />
+ <input type="text" name="from" id="from" value="{{.Message.From}}" />
<label>To</label>
{{ $to := .Message.ToString }}