# File lib/merb_helpers/form_helpers.rb, line 553
      def submit_field(attrs = {})
        attrs.merge!(:type => :submit)
        attrs[:name] ||= "submit"
        self_closing_tag("input", attrs)
      end