Fix image filter declaration.
This commit is contained in:
parent
27b63b24d7
commit
c185b050f8
1 changed files with 1 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ class Renderer(object):
|
|||
# Register filters
|
||||
self.environment.filters['pad'] = pad_string
|
||||
self.environment.filters['markdown'] = self.markdown_filter
|
||||
self.environment.filters['image'] = image_filter
|
||||
self.environment.filters['image'] = self.image_filter
|
||||
|
||||
def _unpack_template(self, template):
|
||||
# And Open/libreOffice is just a ZIP file. Here we unarchive the file
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue