# File lib/feedparser/html-output.rb, line 54
    def to_html_with_headers(localtime = true)
      s = "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n<html>\n<body>\n"
      s += to_html(localtime)
      s += "\n</body>\n</html>"
      s
    end