From 548facab929fa9ff70e804b990a89731cb8f82c0 Mon Sep 17 00:00:00 2001 From: Eric Bower Date: Sun, 7 Mar 2021 15:19:45 -0500 Subject: [PATCH] fix typo in quoted reply template --- templates/forward_as_body | 2 +- templates/quoted_reply | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/forward_as_body b/templates/forward_as_body index 17397c6..efbe2a3 100644 --- a/templates/forward_as_body +++ b/templates/forward_as_body @@ -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}} diff --git a/templates/quoted_reply b/templates/quoted_reply index d74415a..5587726 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -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}}