diff --git a/source/UI/js/Core/URL.js b/source/UI/js/Core/URL.js index 805bd501..9a9ad953 100644 --- a/source/UI/js/Core/URL.js +++ b/source/UI/js/Core/URL.js @@ -537,6 +537,9 @@ Ox.URL = function(options) { parts.push(state.page); if (state.part) { parts.push(state.part); + if (state.span) { + parts.push(encodeValue(state.span)); + } } } else { if (self.options.types.indexOf(state.type) > 0) {