Version 15.77.8

This commit is contained in:
Antonio Cañas Vargas 2015-12-29 11:52:15 +01:00
parent fdada7221b
commit 87c3d06023
2 changed files with 3 additions and 1 deletions

View File

@ -122,7 +122,8 @@
// 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.77.7: Dec 29, 2015 Whan a date-time is written in local time, and the date is today, 'Today' is displayed instead of date. (188660 lines)
Version 15.77.8: Dec 29, 2015 Author's name length is limited in social events. (188662 lines)
Version 15.77.7: Dec 29, 2015 When a date-time is written in local time, and the date is today, 'Today' is displayed instead of date. (188660 lines)
1 change necessary:
Edit file swad_copy.sh changing swad.js to swad*.js

View File

@ -200,6 +200,7 @@ void Soc_ShowSocialActivity (void)
fprintf (Gbl.F.Out,"<div class=\"SOCIAL_RIGHT_CONTAINER\">");
/* Write author's full name and nickname */
Str_LimitLengthHTMLStr (UsrDat.FullName,20);
fprintf (Gbl.F.Out,"<div class=\"SOCIAL_RIGHT_AUTHOR\">"
"<span class=\"DAT_N_BOLD\">%s</span>"
"<span class=\"DAT_LIGHT\"> @%s</span>"