don't need 4k of newlines anymore, H:W:SelectLayers works better
authorivan <ivan>
Thu, 8 Sep 2005 06:52:37 +0000 (06:52 +0000)
committerivan <ivan>
Thu, 8 Sep 2005 06:52:37 +0000 (06:52 +0000)
httemplate/autohandler

index 2bd3adf..a3f7eb0 100644 (file)
@@ -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>';
   }