diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/show.xml.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/bug/show.xml.tmpl b/template/en/default/bug/show.xml.tmpl index 37cead53d..8b29537a4 100644 --- a/template/en/default/bug/show.xml.tmpl +++ b/template/en/default/bug/show.xml.tmpl @@ -26,7 +26,7 @@ urlbase="[% Param('urlbase') %]" maintainer="[% Param('maintainer') FILTER xml %]" [% IF user.id %] - exporter="[% user.login FILTER xml %]" + exporter="[% user.email FILTER xml %]" [% END %] > |