projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9be36ea
)
hmm..
author
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 20:47:26 +0000
(20:47 +0000)
committer
joey
<joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Sun, 12 Mar 2006 20:47:26 +0000
(20:47 +0000)
ikiwiki
patch
|
blob
|
history
diff --git
a/ikiwiki
b/ikiwiki
index a6860f2486dc1bd197ac8a0ea073e30f14819c4e..84c7a2513c417d34c7c8beefd1c9ae673797e186 100755
(executable)
--- 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)."?");
}
} #}}}