Version 16.215.1

This commit is contained in:
Antonio Cañas Vargas 2017-05-13 00:08:22 +02:00
parent 1313945d32
commit 1b4c951793
2 changed files with 4 additions and 2 deletions

View File

@ -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)

View File

@ -171,7 +171,8 @@ void Ind_ReqIndicatorsCourses (void)
fprintf (Gbl.F.Out,"</td>"
"</tr>");
/* End form and form */
/* End table and form */
Lay_EndTable ();
Act_FormEnd ();
/***** Show the stats of courses *****/