aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
Diffstat (limited to 'themes')
-rw-r--r--themes/alps/compose.html4
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 }}
/>