Fix breakage from #467 / #475

This commit is contained in:
Dan Stillman 2014-04-26 14:36:00 -04:00
parent dbe7d6ca3a
commit 72a99d32f3

View file

@ -953,7 +953,7 @@ Zotero.Item.prototype.getDisplayTitle = function (includeAuthorAndDate) {
} else {
var court = this.getField('court');
if (court) {
title = title + ' (' + court + ');
title = title + ' (' + court + ')';
}
}
}