diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:12:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-07 20:12:05 +0000 |
commit | 08a04fdd67cdb469cdc7c2f38e97df571ecacd26 (patch) | |
tree | d4ba1670bec2c00980194c2b1f75bb0c7c75ee39 /docs/CommandGuide/analyze.html | |
parent | bf6f438252969490afa203f13b93268c73718a23 (diff) |
Consistently set the background color
Change the footer to include "maintained by"
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8938 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/analyze.html')
-rw-r--r-- | docs/CommandGuide/analyze.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CommandGuide/analyze.html b/docs/CommandGuide/analyze.html index 2f32036fa4..9d73e8678e 100644 --- a/docs/CommandGuide/analyze.html +++ b/docs/CommandGuide/analyze.html @@ -3,7 +3,7 @@ LLVM: analyze tool </title> -<body> +<body bgcolor=white> <center> <h1>LLVM: analyze tool</h1> @@ -86,7 +86,7 @@ SEE ALSO opt <HR> -<a href="http://llvm.cs.uiuc.edu">LLVM Team</a> +Maintained by the <a href="http://llvm.cs.uiuc.edu">LLVM Team</a>. </body> </html> |