From: ivan Date: Thu, 8 Sep 2005 06:52:37 +0000 (+0000) Subject: don't need 4k of newlines anymore, H:W:SelectLayers works better X-Git-Tag: BEFORE_FINAL_MASONIZE~397 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=e74ef43f87208638dd1a01073e819c053d0783f4 don't need 4k of newlines anymore, H:W:SelectLayers works better --- 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". '
'; }