Explorar el Código

base HTML: fix nil on emails without a text part

P.a. to 50e131244a which solved
https://todo.sr.ht/~emersion/alps/100

Closes: https://todo.sr.ht/~emersion/alps/102
master
наб hace 3 años
committed by Simon Ser
padre
commit
d60aca0e5c
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: FDE7BE0E88F5E48
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      plugins/base/public/mailbox.html

+ 1
- 1
plugins/base/public/mailbox.html Ver fichero

@@ -27,7 +27,7 @@
<ul>
{{range .Messages}}
<li>
<a href="{{.TextPart.URL false}}">
<a href="{{if .TextPart}}{{.TextPart.URL false}}{{else}}{{.URL}}{{end}}">
{{if .Envelope.Subject}}
{{.Envelope.Subject}}
{{else}}


Cargando…
Cancelar
Guardar