X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fmisc%2Fdump.cgi;h=dc1323bb329ff162c558c1d50cba34d22df18534;hp=2c7dfc4559cc9ae4511f10c328d274ed860f6bb4;hb=eef42f43c02b386ed7a0b1ce9911964bb94d3e96;hpb=833547365c4418946c1c270f43928164d51cf531 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; %>