Update index.php

This commit is contained in:
Frédéric FRANCE 2018-03-11 18:12:32 +01:00 committed by GitHub
parent baf6fc6a8b
commit 5251a6c72a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -347,7 +347,7 @@ if ($result) {
$db->free();
} else {
print '<tr><td colspan="5"><div class="info">' . $langs->trans('NoTicketsFound') . '</div></td></tr>';
print '<tr><td colspan="6"><div class="info">' . $langs->trans('NoTicketsFound') . '</div></td></tr>';
}
print "</table>";