Commit ded6b548 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 456058: Extra space included in hyperlink to commenter mailto - Patch by Rob…

Bug 456058: Extra space included in hyperlink to commenter mailto - Patch by Rob Siklos <robzilla2@siklos.ca> r/a=LpSolit
parent 0988f1f3
......@@ -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 %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment