From 1b4c9517931e1522f7bbea71e47cc4f787ef9d7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sat, 13 May 2017 00:08:22 +0200 Subject: [PATCH] Version 16.215.1 --- swad_changelog.h | 3 ++- swad_indicator.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index e6b2a815..3ccc7af4 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -235,13 +235,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.215 (2017-05-10)" +#define Log_PLATFORM_VERSION "SWAD 16.215.1 (2017-05-10)" #define CSS_FILE "swad16.209.3.css" #define JS_FILE "swad16.206.3.js" // Number of lines (includes comments but not blank lines) has been got with the following command: // nl swad*.c swad*.h css/swad*.css py/swad*.py js/swad*.js soap/swad*?.h sql/swad*.sql | tail -1 /* + Version 16.215.1: May 12, 2017 Fixed bug in layout of indicators. (218946 lines) Version 16.215: May 11, 2017 New module swad_alert for alerts. (218944 lines) Version 16.214: May 11, 2017 Changes in edition of institutions. Code refactoring related to alerts. (218867 lines) diff --git a/swad_indicator.c b/swad_indicator.c index 6d878b2b..7808bb5c 100644 --- a/swad_indicator.c +++ b/swad_indicator.c @@ -171,7 +171,8 @@ void Ind_ReqIndicatorsCourses (void) fprintf (Gbl.F.Out,"" ""); - /* End form and form */ + /* End table and form */ + Lay_EndTable (); Act_FormEnd (); /***** Show the stats of courses *****/