diff --git a/swad_changelog.h b/swad_changelog.h index 3f7bb19f3..ce26149b0 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -132,13 +132,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.184.3 (2016-04-06)" +#define Log_PLATFORM_VERSION "SWAD 15.184.4 (2016-04-06)" #define CSS_FILE "swad15.178.2.css" #define JS_FILE "swad15.178.2.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 15.184.4: Apr 06, 2016 Fixed minor bug in layout of test exam. (198676 lines) Version 15.184.3: Apr 06, 2016 Fixed minor bug in layout of test exam. (198677 lines) Version 15.184.2: Apr 06, 2016 Fixed minor bug in layout of test exam. (198679 lines) Version 15.184.1: Apr 06, 2016 Fixed bug when removing a test question. diff --git a/swad_test.c b/swad_test.c index 237afdc78..4e6b0c753 100644 --- a/swad_test.c +++ b/swad_test.c @@ -7484,13 +7484,11 @@ static void Tst_ShowExamTstResult (time_t TstTimeUTC) "" "%u" "" - "" "" "%s" "" "", Gbl.RowEvenOdd,NumQst + 1, - Gbl.RowEvenOdd, Gbl.RowEvenOdd,Txt_Question_removed); /***** Free structure that stores the query result *****/