From f59c0dfc0693730a141035757600ced6c1cd7280 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 20 Feb 2008 01:44:28 -0800 Subject: [PATCH] * Fix missing {} in the mark_as_forwarded template. (Thanks Hamish Moffatt for noticing.) --- templates/en_US/mail/process_mark_as_forwarded.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/en_US/mail/process_mark_as_forwarded.tmpl b/templates/en_US/mail/process_mark_as_forwarded.tmpl index a3ace02d..c099230f 100644 --- a/templates/en_US/mail/process_mark_as_forwarded.tmpl +++ b/templates/en_US/mail/process_mark_as_forwarded.tmpl @@ -1,6 +1,6 @@ Your message dated {$date} with message-id {$messageid} -has caused the $gProject $gBug report #$ref, +has caused the {$gProject} {$gBug} report #{$ref}, regarding {$data{subject}} to be marked as having been forwarded to the upstream software author(s) {$data{forwarded}} -- 2.39.5