﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
436,Incorrect handling of py:replace and py:content on the same element,viktor@…,cmlenz,"I know that it is quite meaningless to use py:replace and py:content on the same element, but it came up today with one of our test cases.

Example template:

{{{
<div py:content=""2"" py:replace=""1""></div>
}}}

Genshi output: `121`

I think the correct output would be: `1`",defect,new,minor,0.9,Template processing,0.6,,,
