fix typo in quoted reply template

This commit is contained in:
Eric Bower 2021-03-07 15:19:45 -05:00 committed by Reto Brunner
parent a19c1fb65b
commit 548facab92
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
Forwarded message from {{(index .OriginalFrom 0).Name}} on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}:
{{wrap 72 .OriginalText }}
{{wrap 72 .OriginalText}}

View File

@ -1,3 +1,3 @@
On {{dateFormat (.OriginalDate | toLocal) "Mon Jan 2, 2006 at 3:04 PM MST"}}, {{(index .OriginalFrom 0).Name}} wrote:
{{wrap 72 .OrinalText | quote }}
{{wrap 72 .OriginalText | quote}}