# File lib/cgikit/parser.rb, line 292 def to_s content = super if content.empty? then "<#@name#{CGIKit::HTMLParser.attribute_string(@attributes)} />" else "<#@name#{CGIKit::HTMLParser.attribute_string(@attributes)}>#{super}</#@name>" end end