mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-11-18 20:43:04 -05:00
Fix regression that broke bibtex output
This commit is contained in:
parent
45b22e5c4b
commit
9bc88ee95a
@ -2902,7 +2902,7 @@ class BibTeX:
|
|||||||
"""
|
"""
|
||||||
return self.utf8ToBibtex(u' and '.join([author for author in item]))
|
return self.utf8ToBibtex(u' and '.join([author for author in item]))
|
||||||
|
|
||||||
def stripUnmatchedSyntax(text, open_character, close_character):
|
def stripUnmatchedSyntax(self, text, open_character, close_character):
|
||||||
"""
|
"""
|
||||||
Strips unmatched BibTeX syntax
|
Strips unmatched BibTeX syntax
|
||||||
"""
|
"""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user