diff options
author | lpsolit%gmail.com <> | 2008-09-22 19:57:48 +0200 |
---|---|---|
committer | lpsolit%gmail.com <> | 2008-09-22 19:57:48 +0200 |
commit | ded6b5486c6ba715a02ba646c23cf02d6b7bb68f (patch) | |
tree | 956568033e7fa0df0fba13a9c9d436007ba972a1 /template | |
parent | 0988f1f34fee477a92bf3f371bb557dee9016e7c (diff) | |
download | bugzilla-ded6b5486c6ba715a02ba646c23cf02d6b7bb68f.tar.gz bugzilla-ded6b5486c6ba715a02ba646c23cf02d6b7bb68f.tar.xz |
Bug 456058: Extra space included in hyperlink to commenter mailto - Patch by Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/bug/comments.html.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/en/default/bug/comments.html.tmpl b/template/en/default/bug/comments.html.tmpl index da3fe3a9d..bf9326e8f 100644 --- a/template/en/default/bug/comments.html.tmpl +++ b/template/en/default/bug/comments.html.tmpl @@ -168,8 +168,7 @@ [% comment_link FILTER html %]</a> From <span class="vcard"> <a class="fn email" href="mailto:[% comment.author.email FILTER html %]"> - [% (comment.author.name || comment.author.login) FILTER html %] - </a> + [% (comment.author.name || comment.author.login) FILTER html %]</a> </span> [% FOREACH group = comment.author.direct_group_membership %] [% NEXT UNLESS group.icon_url %] |