From: Chris R. <chr...@us...> - 2003-03-19 09:38:37
|
Update of /cvsroot/perl-ldap/website In directory sc8-pr-cvs1:/tmp/cvs-serv19663 Modified Files: rfc.html Log Message: Use HTML 4.01 strict Index: rfc.html =================================================================== RCS file: /cvsroot/perl-ldap/website/rfc.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- rfc.html 13 Mar 2003 16:13:26 -0000 1.2 +++ rfc.html 19 Mar 2003 09:38:34 -0000 1.3 @@ -1,6 +1,9 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>LDAP RFCs</title> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content="Perl-LDAP, LDAP RFCs, LDAP RFC, LDAP, RFC"> <meta name="description" content="LDAP RFCs"> <link href="site.css" rel="stylesheet" type="text/css"> @@ -13,7 +16,7 @@ <p> This site is hosted by<br> <a href="http://sourceforge.net"><img src= "http://sourceforge.net/sflogo.php?group_id=5050&type=1" - width="88" height="31" border="0" alt= + width="88" height="31" alt= "SourceForge Logo"></a></p> <ul> <li><a href="http://perl-ldap.sourceforge.net/">Home page</a></li> |