Mercurial > genshi > genshi-test
diff ChangeLog @ 381:a6c2a9cd2e92
Fix for #80: fallback only shown when the template to include wasn't found. In addition, the nesting of includes and fallback content should work correctly, and directives/expressions/etc inside fallback content are processed. Thanks to Christian Boos for the original patch and unit tests.
author | cmlenz |
---|---|
date | Wed, 29 Nov 2006 14:26:45 +0000 |
parents | d8c5045b547a |
children | 5c2156e0cd41 |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,7 @@ to strings and file-like objects (ticket #69). * Improve handling of incorrectly nested tags in the HTML parser. * The builder API now accepts streams as children of elements and fragments. + * Template includes can you be nested inside fallback content. Version 0.3.5