aboutsummaryrefslogtreecommitdiff
path: root/participate.rb
diff options
context:
space:
mode:
Diffstat (limited to 'participate.rb')
-rwxr-xr-xparticipate.rb1
1 files changed, 0 insertions, 1 deletions
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")