diff --git a/chrome/content/zotero/xpcom/cite.js b/chrome/content/zotero/xpcom/cite.js index 9764d8caf..f1ef974c9 100644 --- a/chrome/content/zotero/xpcom/cite.js +++ b/chrome/content/zotero/xpcom/cite.js @@ -1481,7 +1481,7 @@ Zotero.CSL.FormattedString.prototype.append = function(string, element, dontDeli for(i=0; i 127) { // encode unicode - newString += "\\uc0\\u"+charCode.toString()+" "; + newString += "\\uc0\\u"+charCode.toString()+" "; } else if(charCode == 92) { // double backslashes newString += "\\\\"; } else {