Added !DOCTYPE declaration for html generated by the cppcheck-htmlreport tool.

This commit is contained in:
Henrik Nilsson 2010-01-13 14:01:45 +01:00
parent 5240e1a8bf
commit c4775b7ee4
1 changed files with 2 additions and 1 deletions

View File

@ -112,10 +112,11 @@ body.body {
"""
HTML_HEAD = """
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>CppCheck - Html report</title>
<link href="style.css" rel="stylesheet" />
<link href="style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
%s
</style>