summaryrefslogtreecommitdiffstats
path: root/www/get_involved.html
diff options
context:
space:
mode:
authorKevin <ar18@comcast.net>2007-10-06 01:28:23 +0000
committerKevin <ar18@comcast.net>2007-10-06 01:28:23 +0000
commitaef89fc653da8b17859c0d19a0b12f4ec57f9b5b (patch)
tree7e42ac1bc2c7a8b8c263660cc50359c907265820 /www/get_involved.html
parentd2d5fabf3165714ad9577af6a089d3a569a93572 (diff)
1. May fix encoding issues: server uses UTF; HTML file assumes Western (ISO 8859-1).
2. Added strict doctype. Closing out tags like <br/> and <meta.../> may still be a problem (necessary for XHTML, but wrong for HTML).... git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/get_involved.html')
-rw-r--r--www/get_involved.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/get_involved.html b/www/get_involved.html
index 1624560f9e..783be97def 100644
--- a/www/get_involved.html
+++ b/www/get_involved.html
@@ -1,9 +1,9 @@
<!-- Consulted: http://www.w3.org/TR/CSS1 & http://www.w3.org/TR/CSS21/ & http://www.w3.org/TR/html401/ -->
-<!--
-Consulted:
-HTML 4.01 specs: http://www.w3.org/TR/html401/
--->
+<!-- Material used from: HTML 4.01 specs: http://www.w3.org/TR/html401/ -->
+<!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" />
<title>Clang - Get Involved</title>
<link type="text/css" rel="stylesheet" href="menu.css" />
<link type="text/css" rel="stylesheet" href="content.css" />