From 7e2240481c1d17de8674f0e2d04c41b7d60260be Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 12 Mar 2006 20:47:26 +0000 Subject: [PATCH] hmm.. --- ikiwiki | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)."?"); } } #}}} -- 2.32.0.93.g670b81a890