Fix: mise en page
This commit is contained in:
parent
1719e87a41
commit
fdbad16356
@ -165,7 +165,8 @@ if ($handle)
|
|||||||
|
|
||||||
$var=!$var;
|
$var=!$var;
|
||||||
print '<tr '.$bc[$var].'><td>'.$module->nom."</td><td>\n";
|
print '<tr '.$bc[$var].'><td>'.$module->nom."</td><td>\n";
|
||||||
print "\n <td>".$module->info()."</td>\n";
|
print $module->info();
|
||||||
|
print '</td>';
|
||||||
|
|
||||||
// Affiche example
|
// Affiche example
|
||||||
print '<td nowrap="nowrap">'.$module->getExample().'</td>';
|
print '<td nowrap="nowrap">'.$module->getExample().'</td>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user