mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Specify div explicitly
This commit is contained in:
@@ -65,7 +65,7 @@ var ElementUnwrapper = {
|
||||
};
|
||||
|
||||
function flattenPreElements() {
|
||||
ElementUnwrapper.unwrapAppropriateChildren(".articleBody td > pre");
|
||||
ElementUnwrapper.unwrapAppropriateChildren("div.articleBody td > pre");
|
||||
}
|
||||
|
||||
function reloadArticleImage() {
|
||||
|
||||
Reference in New Issue
Block a user