diff options
author | ivan <ivan> | 2005-09-08 06:52:37 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-09-08 06:52:37 +0000 |
commit | e74ef43f87208638dd1a01073e819c053d0783f4 (patch) | |
tree | ab67693a58d2059f363b366fbb5f765329865e7c /httemplate/autohandler | |
parent | 3f15beb065910e8bfb14f46fc85ac23ad3d469df (diff) |
don't need 4k of newlines anymore, H:W:SelectLayers works better
Diffstat (limited to 'httemplate/autohandler')
-rw-r--r-- | httemplate/autohandler | 2 |
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>'; } |