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