From 16f555e4643b826c1a1f38cdbfb6fffe0cb7aadc Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Tue, 1 Dec 2009 15:58:30 +0100 Subject: code cleanup --- participate.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'participate.rb') diff --git a/participate.rb b/participate.rb index 7152ca9..0493011 100755 --- a/participate.rb +++ b/participate.rb @@ -46,15 +46,15 @@ $d.table.delete_comment($cgi["delete_comment"].to_i) if $cgi.include?("delete_co $d.html.add_atom("atom.cgi") if File.exists?("../atom.rb") # TABLE -$d << < #{$d.table.to_html($cgi['edituser'])} -TABLE -$d << $d.table.comment_to_html +#{$d.table.comment_to_html} +HTML $d.out($cgi) end -- cgit v1.2.3