From d944444cd26acf55f5e026ae160184e9156a4f05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Mon, 4 Nov 2019 23:39:15 +0100 Subject: [PATCH] Version19.51.22 --- swad_changelog.h | 3 ++- swad_indicator.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 99c4d6b94..50a4af9d1 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -490,7 +490,7 @@ enscript -2 --landscape --color --file-align=2 --highlight --line-numbers -o - * En OpenSWAD: ps2pdf source.ps destination.pdf */ -#define Log_PLATFORM_VERSION "SWAD 19.51.21 (2019-11-04)" +#define Log_PLATFORM_VERSION "SWAD 19.51.22 (2019-11-04)" #define CSS_FILE "swad19.47.css" #define JS_FILE "swad19.39.js" /* @@ -498,6 +498,7 @@ ps2pdf source.ps destination.pdf // TODO: Impedir la creación y edición de proyectos si no son editables. // TODO: Importante: filtrar proyectos por usuarios (igual que en trabajos o en asistencia) + Version 19.51.22: Nov 04, 2019 Fixed bug in indicators. (? lines) Version 19.51.21: Nov 04, 2019 Fixed bug in multiple parameter. (245905 lines) Version 19.51.20: Nov 04, 2019 Fixed bug expanding/contracting folders in Microsoft Edge, reported by Mancia Anguita López. (245905 lines) Version 19.51.19: Nov 04, 2019 Code refactoring in HTML inputs. (245904 lines) diff --git a/swad_indicator.c b/swad_indicator.c index 6bdfb8fe0..86b2d2f3c 100644 --- a/swad_indicator.c +++ b/swad_indicator.c @@ -770,7 +770,7 @@ static void Ind_ShowTableOfCoursesWithIndicators (Ind_IndicatorsLayout_t Indicat HTM_TH (3,1,"LM COLOR0",Txt_Course); HTM_TH (3,1,"LM COLOR0",Txt_Institutional_BR_code); HTM_TH (3,1,"LM COLOR0",Txt_Web_page_of_the_course); - HTM_TH (11,1,"CM COLOR0",Txt_Indicators); + HTM_TH (1,11,"CM COLOR0",Txt_Indicators); HTM_TR_End ();