Update index.php

This commit is contained in:
Laurent Destailleur 2019-10-20 13:32:27 +02:00 committed by GitHub
parent 07488fec3d
commit 1f1945fc5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -212,7 +212,7 @@ if ($resql)
}
} else {
print '<tr class="oddeven">';
print '<td>' . $langs->trans("None") . '</td>';
print '<td><span class="opacitymedium">' . $langs->trans("None") . '</span></td>';
print '</tr>';
}
print "</table></div>";