X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/339bfbd44a438f7bb712d76f6e7ee9c1f4784254..81165dd2e079fac822eaefacafaaa612524b3aa6:/IkiWiki/Plugin/comments.pm diff --git a/IkiWiki/Plugin/comments.pm b/IkiWiki/Plugin/comments.pm index db829f344..2ca2d0a1d 100644 --- a/IkiWiki/Plugin/comments.pm +++ b/IkiWiki/Plugin/comments.pm @@ -500,7 +500,8 @@ sub sessioncgi ($$) { error($conflict) if defined $conflict; # Bounce back to where we were, but defeat broken caches - my $anticache = "?updated=$page/$config{comments_pagename}$i"; + # and jump to the comments anchor. + my $anticache = "?updated=$page/$config{comments_pagename}$i#comments"; IkiWiki::redirect($cgi, urlto($page, undef, 1).$anticache); } else {