diff --git a/swad_changelog.h b/swad_changelog.h index 0f4096f1d..1b04cb82a 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -168,13 +168,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.64.5 (2016-11-17)" +#define Log_PLATFORM_VERSION "SWAD 16.64.6 (2016-11-17)" #define CSS_FILE "swad16.60.1.css" #define JS_FILE "swad16.46.1.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.64.6: Nov 17, 2016 Input fields required in log in. (207270 lines) Version 16.64.5: Nov 17, 2016 Input fields required in record card. (207268 lines) Version 16.64.4: Nov 17, 2016 Contextual help on guests and administrators. (207264 lines) Version 16.64.3: Nov 17, 2016 Contextual help on teachers. (207259 lines) diff --git a/swad_user.c b/swad_user.c index 0e779bf35..69f9b6802 100644 --- a/swad_user.c +++ b/swad_user.c @@ -1768,7 +1768,8 @@ void Usr_WriteFormLogin (void) "" "" + " placeholder=\"%s\" value=\"%s\"" + " required=\"required\" />" "" "" ""