From a4560b6f991e8dd510e05bcc08bd79b4769cf26e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 6 May 2020 13:59:09 -0500 Subject: [PATCH] Remove figure tags from images since they were unneeded --- Frameworks/Account/FeedProvider/Reddit/RedditLink.swift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = "