From a132f558c7cbcebf2e2d451d0a7f9adc81ef9737 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 13 Mar 2007 00:38:43 +0000 Subject: [PATCH] r1463: Fix an improper character escape --- templates/email/bugnotification.xml.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email/bugnotification.xml.tpl b/templates/email/bugnotification.xml.tpl index 7cf556d..e301974 100644 --- a/templates/email/bugnotification.xml.tpl +++ b/templates/email/bugnotification.xml.tpl @@ -1,6 +1,6 @@ {$this->registry->options['trackertitle']} Bug Notification - {$this->bug['summary']} - Hi {$this->users["$userid"]['displayname']}, + Hi {$this->users[$userid]['displayname']}, You are receiving this email because you have opted to get notifications for the {$this->registry->options['trackertitle']} bug tracker. -- 2.22.5