diff --git a/swad_assignment.c b/swad_assignment.c index e9f24e409..0ed899094 100644 --- a/swad_assignment.c +++ b/swad_assignment.c @@ -1130,17 +1130,16 @@ void Asg_RequestCreatOrEditAsg (void) /***** Assignment title *****/ fprintf (Gbl.F.Out,"" - "" - "%s:" + "" + "" "" "" - "" "" "", - The_ClassForm[Gbl.Prefs.Theme], - Txt_Title, + The_ClassForm[Gbl.Prefs.Theme],Txt_Title, Asg_MAX_LENGTH_ASSIGNMENT_TITLE,Asg.Title); /***** Assignment start and end dates *****/ @@ -1151,10 +1150,11 @@ void Asg_RequestCreatOrEditAsg (void) "" "%s:" "" - "" - "%s: " + "" + "" "" "", The_ClassForm[Gbl.Prefs.Theme], @@ -1164,13 +1164,13 @@ void Asg_RequestCreatOrEditAsg (void) /***** Assignment text *****/ fprintf (Gbl.F.Out,"" - "" - "%s:" + "" + "" "" "" - "" diff --git a/swad_changelog.h b/swad_changelog.h index 97bcf4ae8..88886e1e2 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -188,13 +188,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.105.5 (2016-12-20)" +#define Log_PLATFORM_VERSION "SWAD 16.105.6 (2016-12-20)" #define CSS_FILE "swad16.105.3.css" #define JS_FILE "swad16.101.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 16.105.6: Dec 20, 2016 Changes in behaviour of labels in forms. (211300 lines) Version 16.105.5: Dec 20, 2016 Changes in behaviour of labels in forms. (211299 lines) Version 16.105.4: Dec 20, 2016 Changes in behaviour of labels in forms. (211281 lines) Version 16.105.3: Dec 20, 2016 Changes in contextual checkboxes. (211280 lines)