summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2001-12-27 09:26:14 +0000
committerivan <ivan>2001-12-27 09:26:14 +0000
commitcf16b23820da69e3c8d0156ae27e21c635bf1ec5 (patch)
tree3aaac010a7741957247151074be000f3e8247129 /htetc
parentfee9bc7edcdd27e7a4e47bc313d05c66cd900073 (diff)
service and package disable!
Diffstat (limited to 'htetc')
-rw-r--r--htetc/global.asa2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa
index dc75822..c22afc1 100644
--- a/htetc/global.asa
+++ b/htetc/global.asa
@@ -29,7 +29,7 @@ sub Script_OnFlush {
$$ref =~ s/<\/BODY>[\s\n]*<\/HTML>[\s\n]*$//i
or warn "can't remove";
- $$ref .= '<PRE>'. encode_entities(dbh->sprintProfile()). '</PRE>';
+ $$ref .= '<PRE>'. ("\n"x96). encode_entities(dbh->sprintProfile()). '</PRE>';
$$ref .= '</BODY></HTML>';