summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2009-11-30 00:38:12 +0000
committerivan <ivan>2009-11-30 00:38:12 +0000
commit23a8839dda76d0e8491152736122b81dc454bab8 (patch)
treeeafd76fc26828d01b89ba0c137cb608ca2848c3b /httemplate
parent6e300508ea4094a403302db30afdf69373179e79 (diff)
fix bulk sending of customer notices, RT#6778
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/email-customers.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/email-customers.html b/httemplate/misc/email-customers.html
index f644db9e9..46bf3b4fe 100644
--- a/httemplate/misc/email-customers.html
+++ b/httemplate/misc/email-customers.html
@@ -4,7 +4,7 @@
% foreach my $key ( keys %search ) {
% my @values = ref($search{$key}) ? @{$search{$key}} : ( $search{$key} );
% foreach my $value ( @values ) {
- <INPUT TYPE="hidden" NAME="<% $key |h %>" VALUE="<% $value |h %>">
+ <INPUT TYPE="hidden" NAME="<% $key %>" VALUE="<% $value %>">
% }
% }