aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--html.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/html.rb b/html.rb
index 04dd5b6..ae44d17 100644
--- a/html.rb
+++ b/html.rb
@@ -63,7 +63,7 @@ HEAD
@header["cookie"] = c
end
def << (bodycontent)
- @body += bodycontent
+ @body += bodycontent.chomp + "\n"
end
def out(cgi)
cgi.out(@header){