mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make stylesheet external to page.html
This commit is contained in:
@@ -104,7 +104,7 @@ class DetailViewController: UIViewController {
|
||||
return
|
||||
}
|
||||
let style = ArticleStylesManager.shared.currentStyle
|
||||
let html = ArticleRenderer.articleHTML(article: article, style: style)
|
||||
let (styleSheet, html) = ArticleRenderer.articleHTML(article: article, style: style)
|
||||
webView.loadHTMLString(html, baseURL: nil)
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user