diff --git a/src/LiveDevelopment/LiveDevelopment.js b/src/LiveDevelopment/LiveDevelopment.js index 0f1c128a71f..3c6325c8b31 100644 --- a/src/LiveDevelopment/LiveDevelopment.js +++ b/src/LiveDevelopment/LiveDevelopment.js @@ -172,7 +172,7 @@ define(function LiveDevelopment(require, exports, module) { path = path.slice(1); } } - return path; + return decodeURI(path); } /** Open a live document