[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



On Wed, 20 Feb 2008, hanska-guest@alioth.debian.org 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


Reply to: