diff --git a/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift b/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift index a33b481a7..30d532c19 100644 --- a/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift +++ b/Frameworks/Account/FeedProvider/Twitter/TwitterStatus.swift @@ -117,9 +117,7 @@ private extension TwitterStatus { let dateFormatter = DateFormatter() dateFormatter.dateStyle = .medium dateFormatter.timeStyle = .short - html += "" - html += "
\(dateFormatter.string(from: createdAt))
" - html += "
" + html += "\(dateFormatter.string(from: createdAt))" } return html