Version 14.113.4

This commit is contained in:
Antonio Cañas Vargas 2015-04-25 14:14:19 +02:00
parent c7241ba158
commit 6d2b7efc1b
2 changed files with 3 additions and 2 deletions

View File

@ -103,11 +103,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.113.3 (2015/04/15)"
#define Log_PLATFORM_VERSION "SWAD 14.113.4 (2015/04/25)"
// 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 14.113.4: Apr 25, 2015 Fixed bug in layout. (184537 lines)
Version 14.113.3: Apr 15, 2015 New welcome message after creating an account. (184536 lines)
Version 14.113.2: Apr 14, 2015 Fixed bug when compressing users' works. (184486 lines)
Version 14.113.1: Apr 14, 2015 Fixed bug when compressing users' works, reported by José Martínez Aroza. (184484 lines)

View File

@ -1624,7 +1624,7 @@ void Lay_AdvertisementMobile (void)
Gbl.Prefs.IconsURL);
/***** End table *****/
Lay_EndRoundFrameWithButton (Lay_NO_BUTTON,NULL);
Lay_EndRoundFrameTable ();
fprintf (Gbl.F.Out,"</div>");
}