jsharmony-cms 1.9.7 → 1.9.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/models/_funcs.page.js +1 -1
- package/package.json +1 -1
package/models/_funcs.page.js
CHANGED
|
@@ -303,7 +303,7 @@ module.exports = exports = function(module, funcs){
|
|
|
303
303
|
return content.substr(startOfLine, endOfLine - startOfLine + 1);
|
|
304
304
|
});
|
|
305
305
|
|
|
306
|
-
newURL = Helper.
|
|
306
|
+
newURL = Helper.ReplaceAll(newURL, ' ', '%20');
|
|
307
307
|
|
|
308
308
|
//Re-encode HTML entities
|
|
309
309
|
if(escapeHtmlEntities){
|