Changeset 5803


Ignore:
Timestamp:
12/17/09 12:02:53 (2 years ago)
Author:
AndrewJones
Message:

Item2510: Universal edit button link should append the epoch time to prevent the browser caching the edit screen

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/core/templates/foswiki.tmpl

    r5784 r5803  
    3535    <meta name="scriptsuffix" content="%SCRIPTSUFFIX%" /> 
    3636        <link rel="icon" href="%FAVICON%" type="image/x-icon" /> <link rel="shortcut icon" href="%FAVICON%" type="image/x-icon" /> 
    37         <link rel="alternate" href="%SCRIPTURL{edit}%/%BASEWEB%/%BASETOPIC%?_T=%DATE%" type="application/x-wiki" title="edit %BASETOPIC%" /> 
     37        <link rel="alternate" href="%SCRIPTURL{edit}%/%BASEWEB%/%BASETOPIC%?t=%GMTIME{"$epoch"}%" type="application/x-wiki" title="edit %BASETOPIC%" /> 
    3838        <meta name="description" content="%TOPIC%" /> 
    3939    <base href="%SCRIPTURL{%SCRIPTNAME%}%/%WEB%/%TOPIC%"></base> 
Note: See TracChangeset for help on using the changeset viewer.