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.
@@ -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.replaceAll(newURL, ' ', '%20');
306
+ newURL = Helper.ReplaceAll(newURL, ' ', '%20');
307
307
 
308
308
  //Re-encode HTML entities
309
309
  if(escapeHtmlEntities){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsharmony-cms",
3
- "version": "1.9.7",
3
+ "version": "1.9.8",
4
4
  "description": "jsHarmony CMS",
5
5
  "main": "index.js",
6
6
  "scripts": {