parent
dbe7d6ca3a
commit
72a99d32f3
1 changed files with 1 additions and 1 deletions
|
@ -953,7 +953,7 @@ Zotero.Item.prototype.getDisplayTitle = function (includeAuthorAndDate) {
|
|||
} else {
|
||||
var court = this.getField('court');
|
||||
if (court) {
|
||||
title = title + ' (' + court + ');
|
||||
title = title + ' (' + court + ')';
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue