[llvm-commits] CVS: llvm/docs/CodingStandards.html
Misha Brukman
brukman at cs.uiuc.edu
Wed May 12 13:37:02 PDT 2004
Changes in directory llvm/docs:
CodingStandards.html updated: 1.14 -> 1.15
---
Log message:
Add proper footer since this file is HTML-4.01 compliant.
---
Diffs of the changes: (+9 -6)
Index: llvm/docs/CodingStandards.html
diff -u llvm/docs/CodingStandards.html:1.14 llvm/docs/CodingStandards.html:1.15
--- llvm/docs/CodingStandards.html:1.14 Mon Oct 27 12:18:16 2003
+++ llvm/docs/CodingStandards.html Wed May 12 13:37:22 2004
@@ -947,13 +947,16 @@
<!-- *********************************************************************** -->
<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">
- <address><a href="mailto:sabre at nondot.org">Chris Lattner</a></address>
- <a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a>
- <br>
- Last modified: $Date: 2003/10/27 18:18:16 $
-</div>
+ <a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
+ <a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
+ Last modified: $Date: 2004/05/12 18:37:22 $
+</address>
</body>
</html>
More information about the llvm-commits
mailing list