diff --git a/swad_changelog.h b/swad_changelog.h index 03e9c2381..04480b7ac 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.110.13 (2015/04/11)" +#define Log_PLATFORM_VERSION "SWAD 14.110.14 (2015/04/11)" // 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.110.14:Apr 11, 2015 Changes in layout of surveys. (? lines) Version 14.110.13:Apr 11, 2015 Changes in layout of users' attendance. (184750 lines) Version 14.110.12:Apr 11, 2015 Changes in layout of users' works. (184728 lines) Version 14.110.11:Apr 11, 2015 Changes in layout of selection of class photo / list. (184722 lines) diff --git a/swad_survey.c b/swad_survey.c index 38158cbd7..ab716ad68 100644 --- a/swad_survey.c +++ b/swad_survey.c @@ -401,7 +401,8 @@ static void Svy_ShowOneSurvey (long SvyCod,struct SurveyQuestion *SvyQst,bool Sh Act_FormEnd (); /* Number of questions and number of distinct users who have already answered this survey */ - fprintf (Gbl.F.Out,"

%s: %u; %s: %u

", + fprintf (Gbl.F.Out,"
%s: %u; %s: %u
" + "", Svy.Status.Visible ? "ASG_GRP" : "ASG_GRP_LIGHT", Txt_No_of_questions,