fix bug 249: XHTML Validation in install.php

install.tpl is now HTML4.01 strict


git-svn-id: http://piwigo.org/svn/trunk@996 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2005-12-31 11:04:30 +00:00
parent 29a32a3d94
commit 9a83134d1f
+9 -8
View File
@@ -1,9 +1,10 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={T_CONTENT_ENCODING}" />
<meta http-equiv="Content-script-type" content="text/javascript" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset={T_CONTENT_ENCODING}">
<meta http-equiv="Content-script-type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<title>PhpWebGallery {RELEASE}</title>
<style type="text/css">
a, a:hover {
@@ -110,7 +111,7 @@ text-align:center;
<th colspan="3">{L_BASE_TITLE}</th>
</tr>
<tr>
<td width="30%">{L_LANG_TITLE}</td>
<td style="width:30%;">{L_LANG_TITLE}</td>
<td colspan="2" align="left">
{F_LANG_SELECT}
</td>
@@ -176,7 +177,7 @@ text-align:center;
<td class="row2">{L_ADMIN_EMAIL_INFO}</td>
</tr>
<tr>
<td colspan="3">&nbsp;</th>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td colspan="3" align="center">
@@ -200,4 +201,4 @@ text-align:center;
</tr>
</table>
</body>
</html>
</html>