remove dependency on my bashrc
[iankelling.org] / b.rb
diff --git a/b.rb b/b.rb
index c2dbc75bae6ff6f8b5839941f083e7ef19e49563..391a0ed5e97430f34223d5432d177d951bfae929 100644 (file)
--- a/b.rb
+++ b/b.rb
@@ -220,8 +220,8 @@ EOF
         comment_html("Note: there #{text} pending approval.", NOW)
     end
     com_section = <<-EOF
-      <form class="comment" action="/cgi/comment" method="post">
-        <input class="misc" type="text" name="url">
+      <form action="/cgi/comment" method="post">
+        <input class="misc-comment-input" type="text" name="url">
         <input name="goto" type="hidden" value="#{rel_path}">
         <textarea rows="10" name="comment" placeholder="markdown" maxlength="1000"></textarea>
         <input type="submit" value="Leave a comment">