diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/global.asa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/global.asa b/htetc/global.asa index dc75822ff..c22afc132 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>'; |