From 528dd413151ee12e1cf1539ab5be717144615eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 5 Nov 2019 01:15:49 +0100 Subject: [PATCH] Version19.51.25 --- swad_changelog.h | 3 ++- swad_file_browser.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 9b1aaf5d2..7257b0713 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.24 (2019-11-05)" +#define Log_PLATFORM_VERSION "SWAD 19.51.25 (2019-11-05)" #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.25: Nov 05, 2019 Fixed bug in file browser. (245909 lines) Version 19.51.24: Nov 05, 2019 Fixed bug in tests. (245908 lines) Version 19.51.23: Nov 04, 2019 Fixed bug in forms. (245907 lines) Version 19.51.22: Nov 04, 2019 Fixed bug in indicators. (245906 lines) diff --git a/swad_file_browser.c b/swad_file_browser.c index 021c77efe..3c1bb2345 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -3285,7 +3285,7 @@ static void Brw_FormToChangeCrsGrpZone (void) Grp_GetDataOfGroupByCod (&GrpDat); /* Select this group */ - HTM_LI_Begin ("class=\%s\"", + HTM_LI_Begin ("class=\"%s\"", (IsGroupZone && GrpDat.GrpCod == Gbl.Crs.Grps.GrpCod) ? "BROWSER_TITLE" : "BROWSER_TITLE_LIGHT");