Version 15.184.4

This commit is contained in:
Antonio Cañas Vargas 2016-04-06 23:03:09 +02:00
parent 56cb9ed1cf
commit b8dc2d2a11
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -7484,13 +7484,11 @@ static void Tst_ShowExamTstResult (time_t TstTimeUTC)
"<td class=\"TEST_NUM_QST RIGHT_TOP COLOR%u\">"
"%u"
"</td>"
"<td class=\"COLOR%u\"></td>"
"<td class=\"DAT_LIGHT LEFT_TOP COLOR%u\">"
"%s"
"</td>"
"</tr>",
Gbl.RowEvenOdd,NumQst + 1,
Gbl.RowEvenOdd,
Gbl.RowEvenOdd,Txt_Question_removed);
/***** Free structure that stores the query result *****/