From 904d83ea3c3fc9644413008456d1a167c5b0e896 Mon Sep 17 00:00:00 2001 From: Matthew Scragg Date: Thu, 16 Jan 2014 17:49:49 -0600 Subject: [PATCH] wiki compare js bug --- realms/templates/wiki/history.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/realms/templates/wiki/history.html b/realms/templates/wiki/history.html index 176a1f3..e507014 100644 --- a/realms/templates/wiki/history.html +++ b/realms/templates/wiki/history.html @@ -52,7 +52,7 @@ $(function(){ }); revs.reverse(); revs = revs.join(".."); - location.href = "{{ url_for('wiki.page') }}_compare/{{ name }}/" + revs; + location.href = "{{ url_for('wiki.page') }}/_compare/{{ name }}/" + revs; }); });