#445: Fix links to result pages when using the search function of HTML built with the `dirhtml` builder.

This commit is contained in:
Georg Brandl
2010-06-13 21:35:42 +02:00
parent 762741244d
commit c88cb38f42
4 changed files with 29 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
Release 0.6.8 (in development)
==============================
* #445: Fix links to result pages when using the search function
of HTML built with the ``dirhtml`` builder.
* #444: In templates, properly re-escape values treated with the
"striptags" Jinja filter.