A. Pagaltzis wrote on 10/29/07 4:48 PM:
> * Barry Moore <[EMAIL PROTECTED]> [2007-10-29 21:55]:
>> Thanks - I wasn't aware of that one.  Also, I should have mentioned that 
>> just dispensing with the pad and indent and wrapping the dumper call with 
>> <pre> tags in the template will fix the problem.
> 
> Don’t forget to pass the output through the HTML filter:
> 
>     <pre>[% dumper.dump(foo) | html %]</pre>
> 

or use the built-in:

 dumper.dump_html( foo )



-- 
Peter Karman  .  http://peknet.com/  .  [EMAIL PROTECTED]

#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to