Merge branch 'master' into extension-point

This commit is contained in:
Maurice Parker
2020-04-15 19:02:20 -05:00
3 changed files with 19 additions and 25 deletions

View File

@@ -230,7 +230,7 @@ private extension ArticleRenderer {
byline += name.htmlByAddingLink(url)
}
else if let name = author.name, let emailAddress = author.emailAddress {
byline += "\(name) <\(emailAddress)≶"
byline += "\(name) <\(emailAddress)>"
}
else if let name = author.name {
byline += name