Mercurial > genshi > genshi-test
log
age | author | description |
---|---|---|
Thu, 22 Nov 2007 22:07:15 +0000 | cmlenz | The `TextSerializer` class no longer strips all markup in text by default, so that it is still possible to use the Genshi `escape` function even with text templates. The old behavior is available via the `strip_markup` option of the serializer. Closes #146. |
Thu, 22 Nov 2007 20:36:00 +0000 | cmlenz | Allow use of py:replace as element. Closes #144. |