diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-19 13:06:38 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-19 13:06:38 -0500 |
commit | 8cc742f45df7544c20f43e781d2c7e4aa6a3f4f5 (patch) | |
tree | ddff4511c6096169e046444c7337a910af1ac95c /themes | |
parent | 61cdb93e484c5ef7af7b3893db52dcf4b3be4791 (diff) | |
download | alps-8cc742f45df7544c20f43e781d2c7e4aa6a3f4f5.tar.gz alps-8cc742f45df7544c20f43e781d2c7e4aa6a3f4f5.zip |
Fix issues with to/from headers
Diffstat (limited to 'themes')
-rw-r--r-- | themes/alps/compose.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html index 1f0a4e3..75345b2 100644 --- a/themes/alps/compose.html +++ b/themes/alps/compose.html @@ -22,12 +22,10 @@ {{ $to = "" }} {{ end }} <input - type="email" + type="text" name="to" id="to" value="{{$to}}" - multiple - list="emails" {{ if not $to }} autofocus{{ end }} /> |