Переглянути джерело

s/email/text/ in To & From fields

type="email" does not validate RFC 2822 address lists
master
Drew DeVault 3 роки тому
джерело
коміт
61cdb93e48
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      themes/alps/compose.html

+ 1
- 1
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 }}


Завантаження…
Відмінити
Зберегти