# File lib/merb_helpers/form_helpers.rb, line 383
      def label(name, contents = "", attrs = {})
        tag("label", name.to_s + contents, attrs)
      end