aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-07-14 14:27:25 -0400
committerJoey Hess <joey@kitenet.net>2010-07-14 14:27:25 -0400
commit2d24281a3abcff8f122a5899c7dee4db29acb00a (patch)
tree3579bce8f308ccc908631a8e49bb607aa504b265 /templates
parentfd8bcb32eae53a70d0ac020489fda96fb868f8d4 (diff)
downloadikiwiki-2d24281a3abcff8f122a5899c7dee4db29acb00a.tar
ikiwiki-2d24281a3abcff8f122a5899c7dee4db29acb00a.tar.gz
Drop Cache-Control must-revalidate (Firefox 3.5.10 does not seem to have the caching problem that was added to work around). Closes: #588623
Diffstat (limited to 'templates')
-rw-r--r--templates/page.tmpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl
index da8c2940f..703a6d8de 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -11,7 +11,6 @@
</TMPL_IF>
</TMPL_IF>
<TMPL_IF HTML5><meta charset="utf-8" /><TMPL_ELSE><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></TMPL_IF>
-<meta http-equiv="Cache-Control" content="must-revalidate" />
<title><TMPL_VAR TITLE></title>
<TMPL_IF FAVICON>
<link rel="icon" href="<TMPL_VAR BASEURL><TMPL_VAR FAVICON>" type="image/x-icon" />