# HG changeset patch # User Paul Boddie # Date 1298682027 -3600 # Node ID 684a640b60a64b4ce6fdc175b0548fc4e8aeabfb # Parent 4b0cb747b86f60f46a88eac9f7e08d741286d36a Added XML-escaping of person data values. diff -r 4b0cb747b86f -r 684a640b60a6 themes/mercurialweb/changelogentry.tmpl --- a/themes/mercurialweb/changelogentry.tmpl Sun Oct 31 17:53:34 2010 +0100 +++ b/themes/mercurialweb/changelogentry.tmpl Sat Feb 26 02:00:27 2011 +0100 @@ -7,7 +7,7 @@ {date|age} - {author|person} + {author|person|xmlescape} changeset files diff -r 4b0cb747b86f -r 684a640b60a6 themes/mercurialweb/changeset.tmpl --- a/themes/mercurialweb/changeset.tmpl Sun Oct 31 17:53:34 2010 +0100 +++ b/themes/mercurialweb/changeset.tmpl Sat Feb 26 02:00:27 2011 +0100 @@ -36,7 +36,7 @@ {date|age} - {author|person} + {author|person|xmlescape} raw files diff -r 4b0cb747b86f -r 684a640b60a6 themes/mercurialweb/fileannotate.tmpl --- a/themes/mercurialweb/fileannotate.tmpl Sun Oct 31 17:53:34 2010 +0100 +++ b/themes/mercurialweb/fileannotate.tmpl Sat Feb 26 02:00:27 2011 +0100 @@ -36,7 +36,7 @@ {date|age} - {author|person} + {author|person|xmlescape} raw files diff -r 4b0cb747b86f -r 684a640b60a6 themes/mercurialweb/filerevision.tmpl --- a/themes/mercurialweb/filerevision.tmpl Sun Oct 31 17:53:34 2010 +0100 +++ b/themes/mercurialweb/filerevision.tmpl Sat Feb 26 02:00:27 2011 +0100 @@ -36,7 +36,7 @@ {date|age} - {author|person} + {author|person|xmlescape} raw annotate diff -r 4b0cb747b86f -r 684a640b60a6 themes/mercurialweb/searchentry.tmpl --- a/themes/mercurialweb/searchentry.tmpl Sun Oct 31 17:53:34 2010 +0100 +++ b/themes/mercurialweb/searchentry.tmpl Sat Feb 26 02:00:27 2011 +0100 @@ -1,6 +1,6 @@ {date|age} - {author|person} + {author|person|xmlescape} {desc|strip|firstline|escape} files diff -r 4b0cb747b86f -r 684a640b60a6 themes/mercurialweb/shortlogentry.tmpl --- a/themes/mercurialweb/shortlogentry.tmpl Sun Oct 31 17:53:34 2010 +0100 +++ b/themes/mercurialweb/shortlogentry.tmpl Sat Feb 26 02:00:27 2011 +0100 @@ -1,6 +1,6 @@ {date|age} - {author|person} + {author|person|xmlescape} files {desc|strip|firstline|escape} {branches%branchtag}{inbranch%inbranchtag}{tags%tagtag}