diff --git a/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift b/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift
index e7113960c..3ec8aa295 100644
--- a/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift
+++ b/Frameworks/Account/FeedProvider/Reddit/RedditLink.swift
@@ -147,11 +147,11 @@ final class RedditLinkData: Codable {
var html = ""
for item in galleryDataItems {
if let mediaID = item.mediaID, let itemMetadata = mediaMetadata[mediaID], let imageURL = itemMetadata.image?.url {
- html += "\")
"
+ html += ">"
}
}
html += linkURL(url, linkOutOnly: false)