class Hpricot::STag
def output(out, opts = {})
def output(out, opts = {}) out << if_output(opts) do "<#{@name}#{attributes_as_html}" + (opts[:style] == :empty ? " /" : "") + ">" end end
def output(out, opts = {}) out << if_output(opts) do "<#{@name}#{attributes_as_html}" + (opts[:style] == :empty ? " /" : "") + ">" end end