diff --git a/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift b/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift
index 5114149ee..8665123ab 100644
--- a/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift
+++ b/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift
@@ -70,7 +70,7 @@ struct RedditLinkData: Codable {
guard let url = url else { return nil }
if url.hasSuffix(".gif") {
- return "
"
+ return "
"
}
if isVideo ?? false, let videoURL = media?.video?.fallbackURL {
@@ -103,11 +103,11 @@ struct RedditLinkData: Codable {
}
if let imageSource = preview?.images?.first?.source, let imageURL = imageSource.url {
- var html = "\")
"
+ html += ">"
html += linkOutURL(url)
return html
}