Show More
@@ -815,7 +815,7 b' class templater(object):' | |||
|
815 | 815 | |
|
816 | 816 | def render(self, t, mapping): |
|
817 | 817 | """Render the specified named template and return result as string""" |
|
818 |
return |
|
|
818 | return b''.join(self.generate(t, mapping)) | |
|
819 | 819 | |
|
820 | 820 | def generate(self, t, mapping): |
|
821 | 821 | """Return a generator that renders the specified named template and |
General Comments 0
You need to be logged in to leave comments.
Login now