Merge pull request #1988 from Wevah/master

Fix an HTML entity typo in the byline
This commit is contained in:
Maurice Parker 2020-04-15 16:52:23 -05:00 committed by GitHub
commit 851cf6eb5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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