Author: kremenek
Date: Tue Feb  9 15:48:04 2010
New Revision: 95694

URL: http://llvm.org/viewvc/llvm-project?rev=95694&view=rev
Log:
Fix javascript file link.

Modified:
    cfe/trunk/www/analyzer/index.html

Modified: cfe/trunk/www/analyzer/index.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/analyzer/index.html?rev=95694&r1=95693&r2=95694&view=diff

==============================================================================
--- cfe/trunk/www/analyzer/index.html (original)
+++ cfe/trunk/www/analyzer/index.html Tue Feb  9 15:48:04 2010
@@ -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


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to