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 *****************************/ /****************************** 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 CSS_FILE "swad15.178.2.css"
#define JS_FILE "swad15.178.2.js" #define JS_FILE "swad15.178.2.js"
// Number of lines (includes comments but not blank lines) has been got with the following command: // 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 // 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.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.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. 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\">" "<td class=\"TEST_NUM_QST RIGHT_TOP COLOR%u\">"
"%u" "%u"
"</td>" "</td>"
"<td class=\"COLOR%u\"></td>"
"<td class=\"DAT_LIGHT LEFT_TOP COLOR%u\">" "<td class=\"DAT_LIGHT LEFT_TOP COLOR%u\">"
"%s" "%s"
"</td>" "</td>"
"</tr>", "</tr>",
Gbl.RowEvenOdd,NumQst + 1, Gbl.RowEvenOdd,NumQst + 1,
Gbl.RowEvenOdd,
Gbl.RowEvenOdd,Txt_Question_removed); Gbl.RowEvenOdd,Txt_Question_removed);
/***** Free structure that stores the query result *****/ /***** Free structure that stores the query result *****/