diff --git a/source/Ox.UI/js/Core/URL.js b/source/Ox.UI/js/Core/URL.js index a860693f..e32b0db7 100644 --- a/source/Ox.UI/js/Core/URL.js +++ b/source/Ox.UI/js/Core/URL.js @@ -532,7 +532,7 @@ Ox.URL = function(options) { parts.push(state.type); } if (state.item) { - parts.push(state.item); + parts.push(encodeValue(state.item)); } if (state.type && self.options.views[state.type][ state.item ? 'item' : 'list'