From a19c1fb65b579f1932dfac70188720721170507f Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 7 Mar 2021 15:17:08 +0100 Subject: templates: fixup error in template modification The change of WrapText --> Wrap left the order of the arguments unchanged, which is wrong. --- templates/quoted_reply | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/quoted_reply') diff --git a/templates/quoted_reply b/templates/quoted_reply index eeacb6df..d74415a2 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 .OriginalText 72 | quote }} +{{wrap 72 .OrinalText | quote }} -- cgit