Fix missing : on if statement.

This commit is contained in:
John Schember 2009-06-21 09:56:55 -04:00
parent 7eef5c40e3
commit cf42eb60ca

View File

@ -78,7 +78,7 @@ class PMLMLizer(object):
def pmlmlize_spine(self):
output = u''
if 'titlepage' in self.oeb_book.guide
if 'titlepage' in self.oeb_book.guide:
self.log.debug('Generating title page...')
href = self.oeb_book.guide['titlepage'].href
item = self.oeb_book.manifest.hrefs[href]