From 76e04d2563b4d98e8169410bdfd542e548e4cf0d Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 23 Nov 2009 11:27:30 +0100 Subject: make output better formated --- html.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html.rb') 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){ -- cgit v1.2.3