global

def to_s(content = nil)

def to_s(content = nil)
	self.class.format_tag(name, attributes, content || !closed)
end