Explorar el Código

s/email/text/ in To & From fields

type="email" does not validate RFC 2822 address lists
master
Drew DeVault hace 3 años
padre
commit
61cdb93e48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      themes/alps/compose.html

+ 1
- 1
themes/alps/compose.html Ver fichero

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


Cargando…
Cancelar
Guardar