Преглед изворни кода

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


Loading…
Откажи
Сачувај