Fix: mise en page

This commit is contained in:
Regis Houssin 2006-05-05 16:26:17 +00:00
parent 1719e87a41
commit fdbad16356

View File

@ -165,7 +165,8 @@ if ($handle)
$var=!$var;
print '<tr '.$bc[$var].'><td>'.$module->nom."</td><td>\n";
print "\n <td>".$module->info()."</td>\n";
print $module->info();
print '</td>';
// Affiche example
print '<td nowrap="nowrap">'.$module->getExample().'</td>';