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