diff --git a/swad_changelog.h b/swad_changelog.h index b361ce491..e58516e07 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.90.1 (2015/03/13)" +#define Log_PLATFORM_VERSION "SWAD 14.90.2 (2015/03/13)" // 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.90.2: Mar 13, 2015 Fixed minor bug in layout of user's figures. (181831 lines) Version 14.90.1: Mar 13, 2015 Fixed bug in form used to upload files. (181827 lines) Version 14.90: Mar 13, 2015 Animated gif icon when calculating user's figures. Changes in all submit links. (181826 lines) diff --git a/swad_config.h b/swad_config.h index c76ec54f8..9356e2c96 100644 --- a/swad_config.h +++ b/swad_config.h @@ -28,8 +28,8 @@ /** Uncomment one of the following installations of SWAD or create your own **/ /*****************************************************************************/ -//#define LOCALHOST_UBUNTU // Comment this line if not applicable -#define OPENSWAD_ORG // Comment this line if not applicable +#define LOCALHOST_UBUNTU // Comment this line if not applicable +//#define OPENSWAD_ORG // Comment this line if not applicable //#define SWAD_UGR_ES // Comment this line if not applicable //#define WWW_CEVUNA_UNA_PY // Comment this line if not applicable diff --git a/swad_user.c b/swad_user.c index 40a803d2d..42a4a93e1 100644 --- a/swad_user.c +++ b/swad_user.c @@ -7729,21 +7729,24 @@ void Usr_ShowDetailsUserProfile (const struct UsrData *UsrDat) Txt_Clicks); if (UsrFigures.NumClicks >= 0) { - fprintf (Gbl.F.Out,"%ld %s
" - "#%ld" - " %s %ld", + fprintf (Gbl.F.Out,"%ld %s" + "
" + "#%ld" + " %s %ld" + "
", UsrFigures.NumClicks,Txt_clicks, Usr_GetRankingNumClicks (UsrDat->UsrCod), Txt_of_PART_OF_A_TOTAL, Usr_GetNumUsrsWithNumClicks ()); if (UsrFigures.NumDays >= 0) { - fprintf (Gbl.F.Out,"
"); Str_WriteFloatNum ((float) UsrFigures.NumClicks / (float) (UsrFigures.NumDays + 1)); - fprintf (Gbl.F.Out," / %s
" + fprintf (Gbl.F.Out," / %s" + "
" "#%ld" - " %s %ld", + " %s %ld" + "
", Txt_day, Usr_GetRankingNumClicksPerDay (UsrDat->UsrCod), Txt_of_PART_OF_A_TOTAL,