ソースを参照

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


読み込み中…
キャンセル
保存