From d00ca4ca4256178367bcbc84ee6814b4425b2f17 Mon Sep 17 00:00:00 2001
From: srosse <stephane.rosse@frentix.com>
Date: Tue, 3 Dec 2019 11:26:57 +0100
Subject: [PATCH] OO-4385: display anonymous podium in high score (patch S.
 Clemenz)

---
 .../java/org/olat/course/highscore/ui/_content/highscore.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/olat/course/highscore/ui/_content/highscore.html b/src/main/java/org/olat/course/highscore/ui/_content/highscore.html
index 3ceacc2f2c8..c45c69c028c 100644
--- a/src/main/java/org/olat/course/highscore/ui/_content/highscore.html
+++ b/src/main/java/org/olat/course/highscore/ui/_content/highscore.html
@@ -22,7 +22,7 @@
 					#end
 				</div>
 			#end
-			#if ($first)
+			#if ($first || $first == '')
 				<div class="col-sm-6 o_podium">
 					<div class="o_rank o_first">
 						#if ($r.available("portrait1")) 
-- 
GitLab