diff --git a/swad_changelog.h b/swad_changelog.h index 0d35855ae..2f930b815 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -629,10 +629,11 @@ TODO: Emilce Barrera Mesa: Podr TODO: Emilce Barrera Mesa: Mis estudiantes presentan muchas dificultades a la hora de poner la foto porque la plataforma es muy exigente respecto al fondo de la imagen. */ -#define Log_PLATFORM_VERSION "SWAD 22.104.4 (2023-05-04)" +#define Log_PLATFORM_VERSION "SWAD 22.104.5 (2023-05-04)" #define CSS_FILE "swad22.104.4.css" #define JS_FILE "swad22.49.js" /* + Version 22.104.5: May 04, 2023 Fixed issue in indicators (342853 lines) Version 22.104.4: May 04, 2023 Changes in lists. Changes in project edition. (342853 lines) Version 22.104.3: May 04, 2023 Changes in project configuration. (338043 lines) Version 22.104.2: May 04, 2023 Rubrics in project. Changes in input numbers. (338022 lines) diff --git a/swad_indicator.c b/swad_indicator.c index 752b90f68..056ce3917 100644 --- a/swad_indicator.c +++ b/swad_indicator.c @@ -194,9 +194,7 @@ void Ind_ReqIndicatorsCourses (void) /* Selection of the number of indicators */ HTM_TR_Begin (NULL); - HTM_TD_Begin ("class=\"RT DAT_%s\"",The_GetSuffix ()); - HTM_TxtColon (Txt_Number_of_indicators); - HTM_TD_End (); + Frm_LabelColumn ("RT","",Txt_Number_of_indicators); HTM_TD_Begin ("class=\"LT\""); Ind_ShowNumCoursesWithIndicators (&Indicators,NumCrssWithIndicatorYes,NumCrss,true);