Fix typo
This commit is contained in:
parent
04bca17538
commit
8bb249b1ad
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue