# File lib/Borges/HTML/HtmlElement.rb, line 123
  def should_indent_close_tag
    return (not @children.empty?) &&
      (@children.any_satisfy do |ea| not ea.isString end)
  end