Fix javascript file link.

llvm-svn: 95694
diff --git a/clang/www/analyzer/index.html b/clang/www/analyzer/index.html
index 73f8e4c..b5b1046 100644
--- a/clang/www/analyzer/index.html
+++ b/clang/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