diff options
Diffstat (limited to 'templates/quoted_reply')
-rw-r--r-- | templates/quoted_reply | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/quoted_reply b/templates/quoted_reply index ee4e1f7..f22c2f3 100644 --- a/templates/quoted_reply +++ b/templates/quoted_reply @@ -1,2 +1,2 @@ -on {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}, {{(index .OriginalFrom 0).Name}} wrote: -{{quote .OriginalText}} +On {{dateFormat .OriginalDate "Mon Jan 2, 2006 at 3:04 PM"}}, {{(index .OriginalFrom 0).Name}} wrote: +{{wrapText .OriginalText 72 | quote }} |