From 289c9f4539d57534404ada05193b425f6d49200b Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Sat, 11 Jul 2015 23:48:02 -0700 Subject: [PATCH] no need for scalar --- httemplate/misc/email-customers.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html index d2a39287e..47e6a5b48 100644 --- a/httemplate/misc/email-customers.html +++ b/httemplate/misc/email-customers.html @@ -78,13 +78,13 @@ should be used to set msgnum or from/subject/html_body cgi params <& /elements/tr-fixed.html, 'field' => 'from', 'label' => 'From:', - 'value' => scalar( $from ), + 'value' => $from, &> <& /elements/tr-fixed.html, 'field' => 'subject', 'label' => 'Subject:', - 'value' => scalar( $subject ), + 'value' => $subject, &> -- 2.11.0