From 53d8528049b4374004ee807aaab39d91f7fb107a Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 27 Jul 2010 01:57:19 +0000 Subject: [PATCH] better pretty-printing for array values --- httemplate/misc/maestro-customer_status-test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; <% $key %>: - <% $return->{$key} %> + <% $value %> % } -- 2.11.0