diff options
-rw-r--r-- | httemplate/misc/email-customers.html | 4 |
1 files 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, &> <INPUT TYPE="hidden" NAME="html_body" VALUE="<% $html_body |h %>"> |