Fixed typo in Cache-Control meta tag
This commit is contained in:
parent
52d9f76d58
commit
854ce5999b
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ sub process {
|
|||
# This "triple incantation" panders to the delicate tastes of various browsers for reliable cache suppression.
|
||||
$var{'head.tags'} .= '
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate, max_age=0" />
|
||||
<meta http-equiv="Cache-Control" content="no-cache, must-revalidate, max-age=0" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
';
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue