diff --git a/backbone.js b/backbone.js index 1f538663..b08fa618 100644 --- a/backbone.js +++ b/backbone.js @@ -1000,7 +1000,7 @@ fragment = this.getHash(); } } - return fragment.replace(routeStripper, ''); + return decodeURIComponent(fragment.replace(routeStripper, '')); }, // Start the hash change handling, returning `true` if the current URL matches