Fix: Meilleur respect W3C
This commit is contained in:
parent
4ceb88f525
commit
a3d6057ca7
@ -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$
|
||||||
*/
|
*/
|
||||||
@ -43,7 +44,8 @@ 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')
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user