Edgewall Software

Opened 13 years ago

Last modified 7 years ago

#436 new defect

Incorrect handling of py:replace and py:content on the same element

Reported by: viktor@… Owned by: cmlenz
Priority: minor Milestone: 0.9
Component: Template processing Version: 0.6
Keywords: Cc:

Description

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

Change History (1)

comment:1 Changed 7 years ago by hodgestar

  • Milestone changed from 0.7 to 0.9

Moved to milestone 0.9.

Note: See TracTickets for help on using tickets.