# File lib/html5/treebuilders/hpricot.rb, line 162 def printTree(indent=0) if hpricot.target and hpricot.target.any? "\n|#{' ' * indent}<!DOCTYPE #{hpricot.target}>" else "\n|#{' ' * indent}<!DOCTYPE >" end end