[llvm-commits] CVS: llvm-www/header.incl
Reid Spencer
reid at x10sys.com
Fri Jan 7 15:22:44 PST 2005
Changes in directory llvm-www:
header.incl updated: 1.29 -> 1.30
---
Log message:
Make all docs HTML 4.01 Strict conforming.
---
Diffs of the changes: (+2 -0)
Index: llvm-www/header.incl
diff -u llvm-www/header.incl:1.29 llvm-www/header.incl:1.30
--- llvm-www/header.incl:1.29 Thu Dec 9 17:02:51 2004
+++ llvm-www/header.incl Fri Jan 7 17:22:33 2005
@@ -1,3 +1,5 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+ "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
More information about the llvm-commits
mailing list