From 6f8c167e2782cb4447f36f0a9415a0fd1482b027 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Thu, 13 Jan 2022 15:19:11 +0700 Subject: Stop wrapping OriginalText in default templates Wrapping embeded code or patches could mess up the content. --- 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 55877262..9fb71217 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 .OriginalText | quote}} +{{quote .OriginalText}} -- cgit