← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~addyess/launchpad:bug/lp2081731/internalize-recent-commit-author into launchpad:master

 

Adam Dyess has proposed merging ~addyess/launchpad:bug/lp2081731/internalize-recent-commit-author into launchpad:master.

Commit message:
https://bugs.launchpad.net/launchpad/+bug/2081731

* Correctly stylize international authors in the 'Recent commits' block


Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~addyess/launchpad/+git/launchpad/+merge/473659
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of ~addyess/launchpad:bug/lp2081731/internalize-recent-commit-author into launchpad:master.
diff --git a/lib/lp/code/templates/git-macros.pt b/lib/lp/code/templates/git-macros.pt
index 3960408..c2e7786 100644
--- a/lib/lp/code/templates/git-macros.pt
+++ b/lib/lp/code/templates/git-macros.pt
@@ -210,7 +210,7 @@
         <tal:person-link replace="structure author/person/fmt:link" />
       </tal:known-person>
       <tal:unknown-person condition="not: author/person">
-        <strong tal:content="author/name/fmt:obfuscate-email" />
+        <strong tal:content="author/name/fmt:obfuscate-email/fmt:text-to-html" />
       </tal:unknown-person>
     </tal:has-author>
     <tal:author-date replace="structure author_date/fmt:displaydatetitle" />

Follow ups