comparison ChangeLog @ 346:96882a191686 trunk

Whitespace was not getting preserved in HTML `<pre>` elements that contained other HTML elements.
author cmlenz
date Fri, 10 Nov 2006 17:25:52 +0000
parents 2aa7ca37ae6a
children 4f431931d64e
comparison
equal deleted inserted replaced
345:2aa7ca37ae6a 346:96882a191686
28 `genshi.template` package. 28 `genshi.template` package.
29 * Results of expression evaluation are no longer implicitly called if they 29 * Results of expression evaluation are no longer implicitly called if they
30 are callable. 30 are callable.
31 * Instances of the `genshi.core.Attrs` class are now immutable (they are 31 * Instances of the `genshi.core.Attrs` class are now immutable (they are
32 subclasses of `tuple` instead of `list`). 32 subclasses of `tuple` instead of `list`).
33 * Preserve whitespace in HTML `<pre>` elements also when they contained any
34 child elements.
35
33 36
34 Version 0.3.4 37 Version 0.3.4
35 http://svn.edgewall.org/repos/genshi/tags/0.3.4/ 38 http://svn.edgewall.org/repos/genshi/tags/0.3.4/
36 (Nov 2 2006, from branches/stable/0.3.x) 39 (Nov 2 2006, from branches/stable/0.3.x)
37 40
Copyright (C) 2012-2017 Edgewall Software