commit a1189fe28eef1077514824044f4d9bfa53b21216 parent d8c0bec110f92da91814f3f02b2ceb314a67fd5a Author: Dan Stillman <dstillman@zotero.org> Date: Sat, 26 Apr 2014 14:41:53 -0400 Merge branch '4.0' Conflicts: chrome/content/zotero/xpcom/data/item.js Diffstat:
| M | chrome/content/zotero/xpcom/data/item.js | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/content/zotero/xpcom/data/item.js b/chrome/content/zotero/xpcom/data/item.js @@ -953,7 +953,7 @@ Zotero.Item.prototype.getDisplayTitle = function (includeAuthorAndDate) { } else { var court = this.getField('court'); if (court) { - title = title + ' (' + court + '); + title = title + ' (' + court + ')'; } } }