Version 14.40.9

This commit is contained in:
Antonio Cañas Vargas 2014-12-25 12:54:21 +01:00
parent e7cd8ac2f4
commit a711b1ba0a
3 changed files with 509 additions and 176 deletions

View File

@ -35,11 +35,12 @@
/****************************** Public constants *****************************/
/*****************************************************************************/
#define Log_PLATFORM_VERSION "SWAD 14.40.8 (2014/12/24)"
#define Log_PLATFORM_VERSION "SWAD 14.40.9 (2014/12/25)"
// 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 | tail -1
/*
Version 14.40.9 :Dic 25, 2014 Changes in HTML and CSS to validate HTML5 in W3C validator. (172986 lines)
Version 14.40.8 :Dic 24, 2014 Changes in HTML and CSS to validate HTML5 in W3C validator. (172653 lines)
Version 14.40.7 :Dic 23, 2014 Changes in HTML and CSS to validate HTML5 in W3C validator. (172552 lines)
Version 14.40.6 :Dic 23, 2014 Changes in HTML and CSS to validate HTML5 in W3C validator. (172400 lines)

View File

@ -234,7 +234,7 @@ static void Sch_PutFormToSearchWithWhatToSearchAndScope (Act_Action_t Action,Sco
Act_FormStart (Action);
Lay_StartRoundFrameTable10 (NULL,2,Txt_Search);
fprintf (Gbl.F.Out,"<tr>"
"<td align=\"center\">");
"<td style=\"text-align:center;\">");
/***** Scope (whole platform, current centre, current degree or current course) *****/
fprintf (Gbl.F.Out,"<div align=\"center\" class=\"%s\">%s: ",

File diff suppressed because it is too large Load Diff