closes #509, Citation appears before parentheses
This commit is contained in:
parent
c0350f1c14
commit
7b808ac368
|
@ -453,7 +453,7 @@ Zotero.CSL.prototype.createCitation = function(citation, format) {
|
|||
if(this._cit.format) {
|
||||
// add citation prefix or suffix
|
||||
if(this._cit.format.prefix) {
|
||||
string.string = string.string + this._cit.format.prefix;
|
||||
string.string = this._cit.format.prefix + string.string;
|
||||
}
|
||||
if(this._cit.format.suffix) {
|
||||
string.append(this._cit.format.suffix);
|
||||
|
|
Loading…
Reference in New Issue
Block a user