diff options
-rw-r--r-- | www/analyzer/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/analyzer/index.html b/www/analyzer/index.html index 73f8e4c6a2..b5b1046e69 100644 --- a/www/analyzer/index.html +++ b/www/analyzer/index.html @@ -3,16 +3,16 @@ <html> <head> <title>Clang Static Analyzer</title> - <link type="text/css" rel="stylesheet" href="/content.css" /> - <link type="text/css" rel="stylesheet" href="/menu.css" /> - <link type="text/javascript" rel="javascript" href="/menu.css"/> + <link type="text/css" rel="stylesheet" href="content.css" /> + <link type="text/css" rel="stylesheet" href="menu.css" /> + <link type="text/javascript" rel="javascript" href="menu.js"/> </head> <body> <!--#include virtual="menu.html.incl"--> <div id="content"> -<table style="margin-top:-10px; padding:5px" border=0> +<table style="margin-top:0px" border="0" cellpadding="0" cellspacing="0"> <tr><td> <h1>Clang Static Analyzer</h1> <p>The Clang Static Analyzer consists of both a source code analysis framework |