From 1fdc026ff39fcc626adbfd3cd3936a37894dbbfd Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Sat, 27 Apr 2024 19:31:24 -0500 Subject: [PATCH] Display: Fix style for progress bar in lp view - refs BT#21588 --- public/main/lp/learnpath.class.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/public/main/lp/learnpath.class.php b/public/main/lp/learnpath.class.php index 62d26e24d3..5c94a4f126 100644 --- a/public/main/lp/learnpath.class.php +++ b/public/main/lp/learnpath.class.php @@ -2017,11 +2017,10 @@ class learnpath { $text = $percentage.$text_add; - return '
-
- '.$text.' + return '
+
+
'.$text.'
'; }