# File lib/merb_helpers/form_helpers.rb, line 201 def text_field(attrs = {}) attrs.merge!(:type => "text") attrs.add_html_class!("text") optional_label(attrs) { self_closing_tag("input", attrs) } end