# File lib/html/sgml-parser.rb, line 327
     def report_unbalanced(tag)
       if @verbose
         print '*** Unbalanced </' + tag + '>', "\n"
         print '*** Stack:', self.stack, "\n"
       end
     end