From e74ef43f87208638dd1a01073e819c053d0783f4 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 8 Sep 2005 06:52:37 +0000 Subject: [PATCH] don't need 4k of newlines anymore, H:W:SelectLayers works better --- httemplate/autohandler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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". '
'; } -- 2.11.0