From 6ef4da55f2d9c749d497ea747d30c911a6e12ab8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Tue, 5 Nov 2019 21:26:05 +0100 Subject: [PATCH] Version19.53.3 --- swad_changelog.h | 4 +++- swad_file_browser.c | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index f73289984..67030702b 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.53.2 (2019-11-05)" +#define Log_PLATFORM_VERSION "SWAD 19.53.3 (2019-11-05)" #define CSS_FILE "swad19.47.css" #define JS_FILE "swad19.39.js" /* @@ -498,6 +498,8 @@ 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.54: Nov 05, 2019 Code refactoring in HTML select options. (? lines) + Version 19.53.3: Nov 05, 2019 Fixed bug in HTML form to upload files, reported by Eva Martínez Ortigosa. (246013 lines) Version 19.53.2: Nov 05, 2019 Fixed bug in HTML input search. (246011 lines) Version 19.53.1: Nov 05, 2019 Fixed bug in role selector. (246010 lines) Version 19.53: Nov 05, 2019 Code refactoring in HTML selects. (246011 lines) diff --git a/swad_file_browser.c b/swad_file_browser.c index 8d1e3b6a4..10f602277 100644 --- a/swad_file_browser.c +++ b/swad_file_browser.c @@ -8389,7 +8389,7 @@ static void Brw_PutFormToUploadFilesUsingDropzone (const char *FileNameToShow) fprintf (Gbl.F.Out,"%s", Txt_Select_one_or_more_files_from_your_computer_or_drag_and_drop_here); HTM_DIV_End (); - Frm_EndForm (); + fprintf (Gbl.F.Out,""); /***** Put button to refresh file browser after upload *****/ Frm_StartForm (Brw_ActRefreshAfterUploadFiles[Gbl.FileBrowser.Type]);