master
joey 2006-03-12 20:47:26 +00:00
parent 9be36eaa90
commit 7e2240481c
1 changed files with 3 additions and 1 deletions

View File

@ -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)."?");
}
} #}}}