X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fautohandler;h=a3f7eb0086db5a097cbdd7751c852aa965fb6473;hb=673b9a458d9138523026963df6fa3b4683e09bae;hp=2bd3adffd7ea55b60e341b433dd85ef5c5e851c4;hpb=eb9668a6f3181ee02cb335272c5ee4616e61fd09;p=freeside.git diff --git a/httemplate/autohandler b/httemplate/autohandler index 2bd3adffd..a3f7eb008 100644 --- a/httemplate/autohandler +++ b/httemplate/autohandler @@ -9,7 +9,7 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { if ( lc($r->content_type) eq 'text/html' ) { - $profile = '
'. ("\n"x4096). encode_entities(dbh->sprintProfile()).
+    $profile = '
'. encode_entities(dbh->sprintProfile()).
                #"\n\n". &sprintAutoProfile(). '
'; "\n\n". '
'; }