Bibliography citation - author first name cut off
After my last update, the bibliography no longer cites author's first name, regardless
of format chosen,
Is this something that can be fixed in preferences or what?
of format chosen,
Is this something that can be fixed in preferences or what?
This discussion has been closed.
1) Manually change line 1137 of extensions/zotero@chnm.gmu.edu/chrome/content/zotero/xpcom/cite_compat.js (inside your Firefox profile directory) from:
if(element["form"] && element["form"] != "short") {
To:if(!element["form"] || element["form"] != "short") {
2) Download the Development XPI.
Sorry for any inconvenience.