# File lib/mspec/runner/formatters/html.rb, line 12 12: def start 13: print "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01//EN\"\n\"http://www.w3.org/TR/html4/strict.dtd\">\n<html>\n<head>\n<title>Spec Output For \#{RUBY_NAME} (\#{RUBY_VERSION})</title>\n<style type=\"text/css\">\nul {\nlist-style: none;\n}\n.fail {\ncolor: red;\n}\n.pass {\ncolor: green;\n}\n#details :target {\nbackground-color: #ffffe0;\n}\n</style>\n</head>\n<body>\n" 14: end