X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fautohandler;h=a3f7eb0086db5a097cbdd7751c852aa965fb6473;hb=8e9dcecdfc1cad277dcce3fd58d51b20566f9ec9;hp=2bd3adffd7ea55b60e341b433dd85ef5c5e851c4;hpb=ef7bb336cc67f127fb1d77532ad3da1369c0ae36;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". '
'; }