Mercurial > hg-stable
changeset 5780:0ae953487255
Obfuscate (instead of just escape) contact/owner in gitweb summary.
This could contain an email address.
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Tue, 01 Jan 2008 17:12:37 +0100 |
parents | e9f68860d5ed |
children | 45d034c79ece |
files | templates/gitweb/summary.tmpl tests/test-hgweb-commands.out |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/gitweb/summary.tmpl Tue Jan 01 17:07:15 2008 +0100 +++ b/templates/gitweb/summary.tmpl Tue Jan 01 17:12:37 2008 +0100 @@ -30,7 +30,7 @@ <div class="title"> </div> <table cellspacing="0"> <tr><td>description</td><td>#desc#</td></tr> -<tr><td>owner</td><td>#owner|escape#</td></tr> +<tr><td>owner</td><td>#owner|obfuscate#</td></tr> <tr><td>last change</td><td>#lastchange|rfc822date#</td></tr> </table>