diff options
Diffstat (limited to 'TWiki/TWikiPreferences.mdwn')
-rw-r--r-- | TWiki/TWikiPreferences.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TWiki/TWikiPreferences.mdwn b/TWiki/TWikiPreferences.mdwn index 928886b8..5d2cd56f 100644 --- a/TWiki/TWikiPreferences.mdwn +++ b/TWiki/TWikiPreferences.mdwn @@ -44,7 +44,7 @@ The following settings are **_site-level preferences_** , e.g. affecting all use * http-equiv meta tags for **_view_**, **_rdiff_**, **_attach_**, **_search\*_** scripts: * Set HTTP\_EQUIV\_ON\_VIEW = -* http-equiv meta tags for **_edit_** script. Example to expire immediately: <br /><code>Set HTTP\_EQUIV\_ON\_EDIT = <meta http-equiv="Expires" content="%GMTIME\{"day month, year - hour:min:sec"\}% GMT"></code> +* http-equiv meta tags for **_edit_** script. Example to expire immediately: <br /><code>Set HTTP\_EQUIV\_ON\_EDIT = <meta http-equiv="Expires" content="%GMTIME\{"$day $month, $year - $hour:$min:$sec"\}% GMT"></code> * Set HTTP\_EQUIV\_ON\_EDIT = * http-equiv meta tags for **_preview_** script: |