diff --git a/swad_changelog.h b/swad_changelog.h index cbaff791d..bbe6820c6 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -119,6 +119,7 @@ // 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.37.2: Nov 11, 2015 Change in layout (background). (186912 lines) Version 15.37.1: Nov 11, 2015 Minor changes in sessions. (186912 lines) Version 15.37: Nov 11, 2015 Changes to speed up queries related to time. Time to next test printed in user's local time. diff --git a/swad_layout.c b/swad_layout.c index 3d68c8266..0244b41ce 100644 --- a/swad_layout.c +++ b/swad_layout.c @@ -239,7 +239,7 @@ void Lay_WriteStartOfPage (void) /***** HTML body *****/ if (Act_Actions[Gbl.CurrentAct].BrowserWindow == Act_MAIN_WINDOW) - fprintf (Gbl.F.Out,"\n" + fprintf (Gbl.F.Out,"\n" "
" "\"\"" "
" "", - ClassBackground[Gbl.Prefs.Theme], Gbl.Prefs.IconsURL); else { @@ -269,7 +268,8 @@ void Lay_WriteStartOfPage (void) Gbl.Prefs.IconsURL); /***** Header of layout *****/ - fprintf (Gbl.F.Out,""); + fprintf (Gbl.F.Out,"
", + ClassBackground[Gbl.Prefs.Theme]); Lay_WritePageTopHeading ();