mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-20 21:40:43 +01:00
Merge pull request #1988 from Wevah/master
Fix an HTML entity typo in the byline
This commit is contained in:
commit
851cf6eb5d
@ -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
Block a user