diff options
Diffstat (limited to 'httemplate')
| -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>';    }  | 
