From 1f066293d7bdd11f2c112f94e327259684d774c8 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 26 Nov 2009 13:04:54 +0100 Subject: implemented choose-css --- participate.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'participate.rb') diff --git a/participate.rb b/participate.rb index f085e8f..7152ca9 100755 --- a/participate.rb +++ b/participate.rb @@ -42,7 +42,6 @@ end $d.table.add_comment($cgi["commentname"],$cgi["comment"]) if $cgi["comment"] != "" $d.table.delete_comment($cgi["delete_comment"].to_i) if $cgi.include?("delete_comment") -$d.html.add_css("../print.css","print") $d.html.add_atom("atom.cgi") if File.exists?("../atom.rb") -- cgit v1.2.3