aboutsummaryrefslogtreecommitdiffstats
path: root/writeHTML.py
diff options
context:
space:
mode:
Diffstat (limited to 'writeHTML.py')
-rwxr-xr-xwriteHTML.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/writeHTML.py b/writeHTML.py
index 871839a..00b79d6 100755
--- a/writeHTML.py
+++ b/writeHTML.py
@@ -118,7 +118,7 @@ def writeHTML(f, sections, sectionType, fieldName, choices,
def jsonDumper(obj):
if isinstance(obj, BibTeX.BibTeXEntry):
- e = obj.entries.copy()
+ e = obj.fields.copy()
e['key'] = obj.key
return e
else: