From 31c2c9abd7474d24579c70feb3cd53dbc11928f9 Mon Sep 17 00:00:00 2001
From: Astor Bizard <astor.bizard@grenoble-inp.fr>
Date: Tue, 9 Jun 2020 15:08:33 +0200
Subject: [PATCH] Fixed table sorting bug with empty header

---
 views/submissionslist.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/submissionslist.php b/views/submissionslist.php
index 3af88f37..b9d2b2f0 100644
--- a/views/submissionslist.php
+++ b/views/submissionslist.php
@@ -159,7 +159,7 @@ $strnevaluations = get_string( 'evaluations', VPL );
 $table = new html_table();
 
 $table->head = array(
-        '',
+        '#',
         $strname
 );
 
-- 
GitLab