aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodingStandards.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-05-12 18:37:22 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-05-12 18:37:22 +0000
commit6c16c4bfd262a073353447224f2f0ffcee4e23db (patch)
treee87e7c57ad3d1e2a7ad4371e676f312b05286214 /docs/CodingStandards.html
parent85234aca74411051406287a3b1991947feff6810 (diff)
downloadexternal_llvm-6c16c4bfd262a073353447224f2f0ffcee4e23db.zip
external_llvm-6c16c4bfd262a073353447224f2f0ffcee4e23db.tar.gz
external_llvm-6c16c4bfd262a073353447224f2f0ffcee4e23db.tar.bz2
Add proper footer since this file is HTML-4.01 compliant.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13498 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodingStandards.html')
-rw-r--r--docs/CodingStandards.html15
1 files changed, 9 insertions, 6 deletions
diff --git a/docs/CodingStandards.html b/docs/CodingStandards.html
index 18ce223..a59b259 100644
--- a/docs/CodingStandards.html
+++ b/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>