Browse Source

s/email/text/ in To & From fields

type="email" does not validate RFC 2822 address lists
master
Drew DeVault 3 years ago
parent
commit
61cdb93e48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      themes/alps/compose.html

+ 1
- 1
themes/alps/compose.html View File

@@ -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 }}


Loading…
Cancel
Save