Zim

Comment 1 for bug 1052724

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) wrote :

Patch:

< return get_format('plain').Parser().parse(text.decode('utf-8'))

> if text:
> return get_format('plain').Parser().parse(text.decode('utf-8'))
> else:
> return ''