minor - fixed border style in teachers table from reporting

skala
Cristian Fasanando 15 years ago
parent 4912d29244
commit 2a6fb10a0d
  1. 2
      main/mySpace/teachers.php

@ -161,7 +161,7 @@ if (count($formateurs) > 0) {
}
} else {
// No results
echo '<tr><td colspan="5" "align=center">'.get_lang("NoResults").'</td></tr>';
echo '<tr><td colspan="6" "align=center">'.get_lang("NoResults").'</td></tr>';
}
echo '</table>';

Loading…
Cancel
Save