diff --git a/swad_changelog.h b/swad_changelog.h index 36616f3e4..fc9f598e5 100644 --- a/swad_changelog.h +++ b/swad_changelog.h @@ -103,11 +103,12 @@ /****************************** Public constants *****************************/ /*****************************************************************************/ -#define Log_PLATFORM_VERSION "SWAD 14.117.2 (2015/07/16)" +#define Log_PLATFORM_VERSION "SWAD 14.117.3 (2015/07/17)" // 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 14.117.3: Jul 17, 2015 Fixed recent bug in cache control. (184893 lines) Version 14.117.2: Jul 16, 2015 Changes in cache control. (184893 lines) Version 14.117.1: Jul 15, 2015 Fixed minor bug when showing user's photo. (184892 lines) Version 14.117: Jul 15, 2015 User's ID is no longer mandatory. (184885 lines) diff --git a/swad_layout.c b/swad_layout.c index d4316cbd4..228dc1c3f 100644 --- a/swad_layout.c +++ b/swad_layout.c @@ -130,9 +130,7 @@ void Lay_WriteStartOfPage (void) Gbl.CurrentAct == ActRefLstClk) // Don't generate a full HTML page, only refresh connected users { - fprintf (Gbl.F.Out,"Content-Type: text/html; charset=windows-1252\r\n"); - // fprintf (Gbl.F.Out,"Cache-Control: max-age=0, no-cache, must-revalidate\r\n\r\n"); - + fprintf (Gbl.F.Out,"Content-Type: text/html; charset=windows-1252\r\n\r\n"); Gbl.Layout.WritingHTMLStart = false; Gbl.Layout.HTMLStartWritten = Gbl.Layout.TablEndWritten = true; return;