GEP 18: fix index error

svn: r22613
This commit is contained in:
Benny Malengier 2013-06-25 22:33:37 +00:00
parent e9efb9debc
commit 6cde88e22d

View File

@ -427,7 +427,7 @@ class SrcTemplate(object):
self.attrmap[key][2], attr.get_value())
else:
self.attrmap[key] = (self.attrmap[key][0],
attr.get_value(), self.attrmap[key][3])
attr.get_value(), self.attrmap[key][2])
else:
#field only present in citation.
if lower: