mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-01 11:36:56 +01:00
Remove no-longer-needed removal of that weird character Six Colors uses in some of their headlines.
This commit is contained in:
parent
536ac205a0
commit
13797c6693
@ -65,7 +65,6 @@ struct TimelineStringFormatter {
|
||||
s = s.replacingOccurrences(of: "\r", with: "")
|
||||
s = s.replacingOccurrences(of: "\t", with: "")
|
||||
s = s.rsparser_stringByDecodingHTMLEntities()
|
||||
s = s.replacingOccurrences(of: "↦", with: "")
|
||||
s = s.rs_stringByTrimmingWhitespace()
|
||||
s = s.rs_stringWithCollapsedWhitespace()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user