From: Chris R. <chr...@us...> - 2003-03-19 09:38:26
|
Update of /cvsroot/perl-ldap/website In directory sc8-pr-cvs1:/tmp/cvs-serv19579 Modified Files: index.html Log Message: Use HTML 4.01 strict Index: index.html =================================================================== RCS file: /cvsroot/perl-ldap/website/index.html,v retrieving revision 1.30 retrieving revision 1.31 diff -u -d -r1.30 -r1.31 --- index.html 14 Mar 2003 13:20:55 -0000 1.30 +++ index.html 19 Mar 2003 09:38:22 -0000 1.31 @@ -1,8 +1,9 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd"> +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" + "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Perl-LDAP Homepage</title> +<meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta name="keywords" content= "Perl-LDAP, Perl-LDAP FAQ, Perl-LDAP Online documentation, LDAP, LDAP WEB Resources,Perl-Ldap Distribution,Open Source, Sourceforge, Graham Barr, CPAN,Net::LDAP,Net::LDAP::FAQ"> <meta name="description" content="Perl-LDAP WEB Home Page."> @@ -16,7 +17,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= |