diff --git a/swad_changelog.h b/swad_changelog.h index 3443e3401..473a15d1a 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -133,13 +133,14 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 15.190.2 (2016-04-09)" +#define Log_PLATFORM_VERSION "SWAD 15.190.3 (2016-04-09)" #define CSS_FILE "swad15.190.1.css" #define JS_FILE "swad15.190.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 15.190.3: Apr 09, 2016 Change in format of image title/attribution. (199145 lines) Version 15.190.2: Apr 09, 2016 Fixed bug in test images. (199144 lines) Version 15.190.1: Apr 08, 2016 Removed unused JavaScript code. (199132 lines) Version 15.190: Apr 08, 2016 Get image attached to a social comment. (199142 lines) diff --git a/swad_image.c b/swad_image.c index 30a7e4f7d..e3969c9fe 100644 --- a/swad_image.c +++ b/swad_image.c @@ -201,7 +201,7 @@ void Img_GetImageFromForm (unsigned NumOpt,struct Image *Image, } /***** By last, get image title from form *****/ - Par_GetParToHTML (ParamTitle,Title,Img_MAX_BYTES_TITLE); + Par_GetParToText (ParamTitle,Title,Img_MAX_BYTES_TITLE); /* If the title coming from the form is empty, keep current image title unchanged If not empty, copy it to current image title */ if ((Length = strlen (Title)) > 0)