Version 15.184.3

This commit is contained in:
Antonio Cañas Vargas 2016-04-06 22:56:28 +02:00
parent 4a98210d24
commit 56cb9ed1cf
2 changed files with 2 additions and 4 deletions

View File

@ -132,13 +132,14 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 15.184.2 (2016-04-06)"
#define Log_PLATFORM_VERSION "SWAD 15.184.3 (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.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.
Code refactoring in tests. (198680 lines)

View File

@ -945,14 +945,11 @@ static void Tst_ShowTstResultAfterAssess (long TstCod,unsigned *NumQstsNotBlank,
"<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 *****/