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)
|
byline += name.htmlByAddingLink(url)
|
||||||
}
|
}
|
||||||
else if let name = author.name, let emailAddress = author.emailAddress {
|
else if let name = author.name, let emailAddress = author.emailAddress {
|
||||||
byline += "\(name) <\(emailAddress)≶"
|
byline += "\(name) <\(emailAddress)>"
|
||||||
}
|
}
|
||||||
else if let name = author.name {
|
else if let name = author.name {
|
||||||
byline += name
|
byline += name
|
||||||
|
Loading…
x
Reference in New Issue
Block a user