better pretty-printing for array values
authorivan <ivan>
Tue, 27 Jul 2010 01:57:19 +0000 (01:57 +0000)
committerivan <ivan>
Tue, 27 Jul 2010 01:57:19 +0000 (01:57 +0000)
httemplate/misc/maestro-customer_status-test.html

index a75b88a..86e5b1f 100644 (file)
@@ -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>