Added !DOCTYPE declaration for html generated by the cppcheck-htmlreport tool.
This commit is contained in:
parent
5240e1a8bf
commit
c4775b7ee4
|
@ -112,10 +112,11 @@ body.body {
|
||||||
"""
|
"""
|
||||||
|
|
||||||
HTML_HEAD = """
|
HTML_HEAD = """
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>CppCheck - Html report</title>
|
<title>CppCheck - Html report</title>
|
||||||
<link href="style.css" rel="stylesheet" />
|
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
%s
|
%s
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue