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
This commit is contained in:
Misha Brukman
2004-05-12 18:37:22 +00:00
parent 85234aca74
commit 6c16c4bfd2

View File

@@ -947,13 +947,16 @@ something. :)</p>
<!-- *********************************************************************** --> <!-- *********************************************************************** -->
<hr> <hr>
<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>
<div class="doc_footer"> <a href="mailto:sabre@nondot.org">Chris Lattner</a><br>
<address><a href="mailto:sabre@nondot.org">Chris Lattner</a></address> <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
<br>
Last modified: $Date$ Last modified: $Date$
</div> </address>
</body> </body>
</html> </html>