diff --git a/rhodecode/templates/compare/compare_diff.html b/rhodecode/templates/compare/compare_diff.html --- a/rhodecode/templates/compare/compare_diff.html +++ b/rhodecode/templates/compare/compare_diff.html @@ -53,7 +53,7 @@ %endif %for fid, change, f, stat in c.files:
-
${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid))}
+
${h.link_to(h.safe_unicode(f),h.url.current(anchor=fid, **request.GET.mixed()))}
${h.fancy_file_stats(stat)}
%endfor