Skip to content
Snippets Groups Projects
Commit 31c2c9ab authored by Astor Bizard's avatar Astor Bizard :dog2:
Browse files

Fixed table sorting bug with empty header

parent 8d7a0eab
No related branches found
No related tags found
1 merge request!1Dev: Submissions list rework, webservices and bugfixes
...@@ -159,7 +159,7 @@ $strnevaluations = get_string( 'evaluations', VPL ); ...@@ -159,7 +159,7 @@ $strnevaluations = get_string( 'evaluations', VPL );
$table = new html_table(); $table = new html_table();
$table->head = array( $table->head = array(
'', '#',
$strname $strname
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment