diff options
| author | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
|---|---|---|
| committer | Roman Divacky <rdivacky@FreeBSD.org> | 2010-02-16 09:31:36 +0000 |
| commit | ecb7e5c8afe929ee38155db94de6b084ec32a645 (patch) | |
| tree | 53010172e19c77ea447bcd89e117cda052ab52e0 /www/analyzer/installation.html | |
| parent | 5044f5c816adfd5cba17f1adee1a10127296d0bf (diff) | |
Notes
Diffstat (limited to 'www/analyzer/installation.html')
| -rw-r--r-- | www/analyzer/installation.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/analyzer/installation.html b/www/analyzer/installation.html index d2be711a4860..b84f26397237 100644 --- a/www/analyzer/installation.html +++ b/www/analyzer/installation.html @@ -5,11 +5,12 @@ <title>Obtaining the Static Analyzer</title> <link type="text/css" rel="stylesheet" href="menu.css" /> <link type="text/css" rel="stylesheet" href="content.css" /> + <script type="text/javascript" src="scripts/menu.js"></script> </head> <body> +<div id="page"> <!--#include virtual="menu.html.incl"--> - <div id="content"> <h1>Obtaining the Static Analyzer</h1> @@ -106,7 +107,7 @@ are located in <tt>$(SRCDIR)/tools/clang/tools/scan-build</tt> and are subject to change.</p></li> </ul> - +</div> </div> </body> </html> |
