On Wed, 20 Feb 2008, [EMAIL PROTECTED] wrote:

def getOriginator(bug):
-       return getField(bug, "originator")
+       return getField(bug, "originator").replace("<", "&lt;").replace(">", 
"&gt;")

Lastly you can blame me for causing this problem.  It was my
shameless switching of HTMLTemplates Encoding mechanism.  I
would prefer to switch of Encoding via parameters but HTMLTemplate
seems to be broken and thus all other scripts that use this
feature might break now.  Sorry for my short viewed harsh
change ...

Kind regards

           Andreas.

--
http://fam-tille.de


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to