diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-12 18:37:22 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-05-12 18:37:22 +0000 |
commit | d4f290a8ae1ea270c859a0e0bba96d799b84e78a (patch) | |
tree | baf033fe48fd1fb048fba64373b19e3c5d91fcfd /llvm/docs/CodingStandards.html | |
parent | 692cec07db6bdf4ea76e2b41dd948b497c3ff515 (diff) | |
download | bcm5719-llvm-d4f290a8ae1ea270c859a0e0bba96d799b84e78a.tar.gz bcm5719-llvm-d4f290a8ae1ea270c859a0e0bba96d799b84e78a.zip |
Add proper footer since this file is HTML-4.01 compliant.
llvm-svn: 13498
Diffstat (limited to 'llvm/docs/CodingStandards.html')
-rw-r--r-- | llvm/docs/CodingStandards.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/llvm/docs/CodingStandards.html b/llvm/docs/CodingStandards.html index 18ce223c428..a59b259dbcf 100644 --- a/llvm/docs/CodingStandards.html +++ b/llvm/docs/CodingStandards.html @@ -947,13 +947,16 @@ something. :)</p> <!-- *********************************************************************** --> <hr> - -<div class="doc_footer"> - <address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> - <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="mailto:sabre@nondot.org">Chris Lattner</a><br> + <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br> Last modified: $Date$ -</div> +</address> </body> </html> |