Version 21.75.1: Dec 26, 2021 Fixed bug in icons.

This commit is contained in:
acanas 2021-12-26 22:46:56 +01:00
parent 6349c7daf4
commit f2658b832b
2 changed files with 3 additions and 1 deletions

View File

@ -602,10 +602,11 @@ TODO: FIX BUG, URGENT! En las fechas como par
TODO: En las encuestas, que los estudiantes no puedan ver los resultados hasta que no finalice el plazo.
*/
#define Log_PLATFORM_VERSION "SWAD 21.75 (2021-12-26)"
#define Log_PLATFORM_VERSION "SWAD 21.75.1 (2021-12-26)"
#define CSS_FILE "swad21.74.css"
#define JS_FILE "swad21.67.4.js"
/*
Version 21.75.1: Dec 26, 2021 Fixed bug in icons. (322479 lines)
Version 21.75: Dec 26, 2021 Code refactoring related to links. (322477 lines)
Version 21.74: Dec 26, 2021 Working on design of dark theme.
Code refactoring related to links. (322483 lines)

View File

@ -493,6 +493,7 @@ void Ico_PutSettingIconLink (const char *Icon,Ico_Color_t Color,const char *Titl
if (asprintf (&Class,"ICO_HIGHLIGHT ICOx20 %s",
Ico_ClassColor[Color][Gbl.Prefs.Theme]) < 0)
Err_NotEnoughMemoryExit ();
HTM_INPUT_IMAGE (Cfg_URL_ICON_PUBLIC,Icon,Title,Class);
free (Class);
}