* 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>

Regards,
-- 
Aristotle Pagaltzis // <http://plasmasturm.org/>

#####  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