On Wed, 20 Feb 2008, David Paleino wrote:
Lastly you can blame me for causing this problem. It was my
shameless switching of HTMLTemplates Encoding mechanism. [..]
Erm... why did you post this on -devel? :)
To add one mistake to the previous one? ;-)
Mine was a private CC -- no problem y
Il giorno Wed, 20 Feb 2008 22:25:57 +0100 (CET)
Andreas Tille <[EMAIL PROTECTED]> ha scritto:
> On Wed, 20 Feb 2008, [EMAIL PROTECTED] wrote:
>
> > def getOriginator(bug):
> > - return getField(bug, "originator")
> > + return getField(bug, "originator").replace("<",
> > "<").replace(">", ">")
On Wed, 20 Feb 2008, [EMAIL PROTECTED] wrote:
def getOriginator(bug):
- return getField(bug, "originator")
+ return getField(bug, "originator").replace("<", "<").replace(">",
">")
Lastly you can blame me for causing this problem. It was my
shameless switching of HTMLTemplates Enc
3 matches
Mail list logo