commit 4438ef9ee8f6ab28159a5c1d9a8a6998cff016c3
parent c6ae811ddec712e4e04328b4590c72bd5fd9f3d6
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 14 Nov 2008 17:19:30 +0000
Fix display error in metadata pane if Abstract or Extra was stored as integer
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/chrome/content/zotero/bindings/itembox.xml b/chrome/content/zotero/bindings/itembox.xml
@@ -1011,6 +1011,8 @@
<parameter name="tabindex"/>
<body>
<![CDATA[
+ valueText = valueText + '';
+
if (fieldName) {
var fieldID = Zotero.ItemFields.getID(fieldName);
}