From 9c7ea2e8fe00ba307298b3ad051a764ca2063622 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Ca=C3=B1as=20Vargas?= Date: Sun, 25 Dec 2016 18:35:19 +0100 Subject: [PATCH] Version 16.105.14 --- swad_changelog.h | 3 ++- swad_place.c | 1 - swad_privacy.c | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/swad_changelog.h b/swad_changelog.h index 70ce4d788..76d3aa1b5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -188,13 +188,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 16.106.13 (2016-12-24)" +#define Log_PLATFORM_VERSION "SWAD 16.106.14 (2016-12-25)" #define CSS_FILE "swad16.106.5.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.106.14:Dec 25, 2016 Changes in behaviour of labels in forms. (211423 lines) Version 16.106.13:Dec 24, 2016 Changes in behaviour of labels in forms. (211421 lines) Version 16.106.12:Dec 24, 2016 Changes in behaviour of labels in forms. (211418 lines) Version 16.106.11:Dec 24, 2016 Changes in behaviour of labels in forms. (211415 lines) diff --git a/swad_place.c b/swad_place.c index b35eb7c60..487b1259e 100644 --- a/swad_place.c +++ b/swad_place.c @@ -725,7 +725,6 @@ static void Plc_PutFormToCreatePlace (void) " class=\"INPUT_FULL_NAME\"" " required=\"required\" />" "" - "" "", Plc_MAX_LENGTH_PLACE_FULL_NAME,Plc->FullName); diff --git a/swad_privacy.c b/swad_privacy.c index b65ec34b0..2c250bfca 100644 --- a/swad_privacy.c +++ b/swad_privacy.c @@ -177,6 +177,7 @@ static void Pri_PutFormVisibility (const char *TxtLabel, if (MaskAllowedVisibility & 1 << Visibility) { fprintf (Gbl.F.Out,"
  • " + "" "
  • ", Txt_PRIVACY_OPTIONS[Visibility]); }