From f8f9af8ec479fff6946dda34ad766f254d8bb961 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Wed, 23 Mar 2022 19:44:30 -0700 Subject: [PATCH] Pass html content and title to appreader as HTML Passing the content in as HTML means we dont have to worry about escaping it or any issues with quotes in the htmlContent --- .../App/Views/WebReader/WebReaderContent.swift | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContent.swift b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContent.swift index d7fda66f7..e242bd53b 100644 --- a/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContent.swift +++ b/apple/OmnivoreKit/Sources/App/Views/WebReader/WebReaderContent.swift @@ -37,6 +37,12 @@ struct WebReaderContent {
+ + + """