Fix: Meilleur respect W3C

This commit is contained in:
Laurent Destailleur 2005-07-02 13:53:23 +00:00
parent 4ceb88f525
commit a3d6057ca7

View File

@ -22,7 +22,8 @@
* $Source$ * $Source$
*/ */
/*! \file htdocs/admin/system/database-tables.php /**
\file htdocs/admin/system/database-tables.php
\brief Page d'infos des tables de la base \brief Page d'infos des tables de la base
\version $Revision$ \version $Revision$
*/ */
@ -44,6 +45,7 @@ if ($_GET["action"] == 'convert')
llxHeader(); llxHeader();
print_titre($langs->trans("Tables")." ".ucfirst($conf->db->type)); print_titre($langs->trans("Tables")." ".ucfirst($conf->db->type));
if($conf->db->type == 'mysql') if($conf->db->type == 'mysql')
@ -97,6 +99,7 @@ if($conf->db->type == 'mysql')
$i++; $i++;
} }
} }
print '</table>';
} }
if($conf->db->type == 'pgsql') if($conf->db->type == 'pgsql')