Re: [med-svn] r1456 - trunk/community/infrastructure/scripts

2008-02-20 Thread Andreas Tille
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

Re: [med-svn] r1456 - trunk/community/infrastructure/scripts

2008-02-20 Thread David Paleino
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(">", ">")

Re: [med-svn] r1456 - trunk/community/infrastructure/scripts

2008-02-20 Thread Andreas Tille
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