no need for scalar
authorIvan Kohler <ivan@freeside.biz>
Sun, 12 Jul 2015 06:48:02 +0000 (23:48 -0700)
committerIvan Kohler <ivan@freeside.biz>
Sun, 12 Jul 2015 06:48:02 +0000 (23:48 -0700)
httemplate/misc/email-customers.html

index d2a3928..47e6a5b 100644 (file)
@@ -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 %>">