From e0787a5ad82abe1ebb54fe2bbf3f8bf8151d5162 Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Fri, 29 Nov 2019 17:50:02 -0500 Subject: [PATCH] Minor - Fix HTML tag param - refs BT#19432 --- main/lp/learnpath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/lp/learnpath.class.php b/main/lp/learnpath.class.php index 68da6dc007..bf29115751 100755 --- a/main/lp/learnpath.class.php +++ b/main/lp/learnpath.class.php @@ -9866,7 +9866,7 @@ class learnpath name="min_'.$item['id'].'" type="number" min="0" - step="any + step="any" max="'.$item['max_score'].'" value="'.$selectedMinScoreValue.'" />';