From: joey Date: Sun, 12 Mar 2006 20:47:26 +0000 (+0000) Subject: hmm.. X-Git-Tag: 1.0~391 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=7e2240481c1d17de8674f0e2d04c41b7d60260be hmm.. --- diff --git a/ikiwiki b/ikiwiki index a6860f248..84c7a2513 100755 --- a/ikiwiki +++ b/ikiwiki @@ -1033,7 +1033,9 @@ sub cgi_editpage ($$) { #{{{ refresh(); } - print $q->redirect("$url/".htmlpage($page)); + # The trailing question mark tries to avoid broken + # caches and get the most recent version of the page. + print $q->redirect("$url/".htmlpage($page)."?"); } } #}}}