summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-07-27 01:57:19 +0000
committerivan <ivan>2010-07-27 01:57:19 +0000
commit53d8528049b4374004ee807aaab39d91f7fb107a (patch)
tree8f12f70c0ff778b3a9d28f0c026b6293bb54fcc4 /httemplate
parent07da9c4c33b9ff573780052fc8994b492bb7bafb (diff)
better pretty-printing for array values
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/misc/maestro-customer_status-test.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/maestro-customer_status-test.html b/httemplate/misc/maestro-customer_status-test.html
index a75b88acb..86e5b1f01 100644
--- a/httemplate/misc/maestro-customer_status-test.html
+++ b/httemplate/misc/maestro-customer_status-test.html
@@ -11,7 +11,7 @@
% $value = join(', ', @$value) if ref($value) eq 'ARRAY';
<TR>
<TD ALIGN="right"><% $key %>:</TD>
- <TD><B><% $return->{$key} %></B></TD>
+ <TD><B><% $value %></B></TD>
</TR>
% }
</table>