#39: spurious <generator ...> was emitted in HTML output. This is due to a

Jinja bug; the workaround is to just not use empty {% block %} tags.
This commit is contained in:
Georg Brandl 2008-11-16 10:31:31 +01:00
parent 516cc73450
commit b13735f75e
3 changed files with 8 additions and 5 deletions

View File

@ -156,6 +156,9 @@ New features added
Bugs fixed
----------
* Work around a bug in Jinja that caused "<generator ...>" to be
emitted in HTML output.
* Fix a problem with module links not being generated in LaTeX output.
* Fix the handling of images in different directories.