# File lib/cgikit.rb, line 1538
 def run
		@attr_value  = fetch( 'value' ) # String
		unless @attr_value then @attr_value = 'Reset' end

		if application.attributes_check
			check_undefined_attributes nil
		end
	end