# File lib/merb_helpers/form_helpers.rb, line 372
      def submit_button(contents, attrs = {})
        contents ||= "Submit"
        attrs.merge!(:type => "submit")
        tag("button", contents, attrs)
      end