diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-01 18:51:03 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-06-01 18:51:03 +0000 |
commit | 7ce62cc236f887cbb0706d970239a76485ff299a (patch) | |
tree | c7e1c8ae50215ab79212502b0b1960ad5535f755 /docs/FAQ.html | |
parent | 5489e93101cf0ad49a35743d7830ecf6e8b66589 (diff) |
* Standardize footer
* HTML 4.01 (Strict) compliance
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13924 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index 9c3121ec48..3c460de89d 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -3,7 +3,7 @@ <html> <head> <title>LLVM: Frequently Asked Questions</title> - <style> + <style type="text/css"> @import url("llvm.css"); .question { font-weight: bold } .answer { margin-left: 2em } @@ -236,7 +236,7 @@ it:</p> <li><p>Run <tt>configure</tt> with an alternative <tt>PATH</tt> that is correct. In a Borne compatible shell, the syntax would be:</p> - <p><tt>PATH=<the path without the bad program> ./configure ...</tt></p> + <p><tt>PATH=[the path without the bad program] ./configure ...</tt></p> <p>This is still somewhat inconvenient, but it allows <tt>configure</tt> to do its work without having to adjust your <tt>PATH</tt> @@ -517,14 +517,17 @@ print values. </div> <!-- *********************************************************************** --> -<!-- *********************************************************************** --> <hr> -<div class="doc_footer"> - <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a> - <br> +<address> + <a href="http://jigsaw.w3.org/css-validator/check/referer"><img + src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a> + <a href="http://validator.w3.org/check/referer"><img + src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a> + + <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> Last modified: $Date$ -</div> +</address> </body> </html> |