diff --git a/rhodecode/templates/search/search_commit.html b/rhodecode/templates/search/search_commit.html --- a/rhodecode/templates/search/search_commit.html +++ b/rhodecode/templates/search/search_commit.html @@ -16,7 +16,7 @@ gravatar ${h.person(sr['author'])}
- ${h.email_or_none(sr['author'])}
+ ${h.email_or_none(sr['author'])}
%if sr['message_hl']: