summaryrefslogtreecommitdiff
path: root/templates/quoted_reply
diff options
context:
space:
mode:
authorReto Brunner <reto@labrat.space>2021-03-07 15:17:08 +0100
committerReto Brunner <reto@labrat.space>2021-03-07 15:17:08 +0100
commita19c1fb65b579f1932dfac70188720721170507f (patch)
tree0d7d0f72a6ec192abbdd3b572b4cc578f195e726 /templates/quoted_reply
parent3df88f70408a2946862187056a80cfccc655e5cc (diff)
downloadaerc-a19c1fb65b579f1932dfac70188720721170507f.zip
templates: fixup error in template modification
The change of WrapText --> Wrap left the order of the arguments unchanged, which is wrong.
Diffstat (limited to 'templates/quoted_reply')
-rw-r--r--templates/quoted_reply2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply
index eeacb6d..d74415a 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 }}