summaryrefslogtreecommitdiff
path: root/httemplate/autohandler
diff options
context:
space:
mode:
authorivan <ivan>2005-09-08 06:52:37 +0000
committerivan <ivan>2005-09-08 06:52:37 +0000
commite74ef43f87208638dd1a01073e819c053d0783f4 (patch)
treeab67693a58d2059f363b366fbb5f765329865e7c /httemplate/autohandler
parent3f15beb065910e8bfb14f46fc85ac23ad3d469df (diff)
don't need 4k of newlines anymore, H:W:SelectLayers works better
Diffstat (limited to 'httemplate/autohandler')
-rw-r--r--httemplate/autohandler2
1 files changed, 1 insertions, 1 deletions
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 = '<PRE>'. ("\n"x4096). encode_entities(dbh->sprintProfile()).
+ $profile = '<PRE>'. encode_entities(dbh->sprintProfile()).
#"\n\n". &sprintAutoProfile(). '</PRE>';
"\n\n". '</PRE>';
}