diff options
author | Ted Kremenek <kremenek@apple.com> | 2010-02-09 21:48:04 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2010-02-09 21:48:04 +0000 |
commit | b9576d9623411946cad8b62f5b3c0f1502b75244 (patch) | |
tree | 91806785e546aa22ef13c4983fa3f093abb9620b | |
parent | aede4121e584420fc453ca99feda390f5925ec2c (diff) |
Fix javascript file link.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@95694 91177308-0d34-0410-b5e6-96231b3b80d8
-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 |