Bug fix for source == None
svn: r14363
This commit is contained in:
parent
9b5f320c93
commit
b2ca292389
@ -151,6 +151,8 @@ def write_endnotes(bibliography, database, doc, printnotes=False):
|
||||
ind += 1
|
||||
|
||||
def _format_source_text(source):
|
||||
if not source: return ""
|
||||
|
||||
src_txt = ""
|
||||
|
||||
if source.get_author():
|
||||
|
Loading…
Reference in New Issue
Block a user