X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fmisc%2Fdump.cgi;h=dc1323bb329ff162c558c1d50cba34d22df18534;hb=f6a57eabb5acc57cec9c3a8376720748ef0fe619;hp=2c7dfc4559cc9ae4511f10c328d274ed860f6bb4;hpb=790f80663a0ddcb4f2496bad4b2e0bfa80bc3210;p=freeside.git diff --git a/httemplate/misc/dump.cgi b/httemplate/misc/dump.cgi index 2c7dfc455..dc1323bb3 100644 --- a/httemplate/misc/dump.cgi +++ b/httemplate/misc/dump.cgi @@ -13,7 +13,7 @@ http_header('Content-Type' => 'text/plain' ); while () { - chomp; -%><%= $_ %><% } - close DUMP; + print $_; + } + close DUMP; %>