mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
Specify div explicitly
This commit is contained in:
parent
0800c77002
commit
7a61a6a5b4
@ -65,7 +65,7 @@ var ElementUnwrapper = {
|
||||
};
|
||||
|
||||
function flattenPreElements() {
|
||||
ElementUnwrapper.unwrapAppropriateChildren(".articleBody td > pre");
|
||||
ElementUnwrapper.unwrapAppropriateChildren("div.articleBody td > pre");
|
||||
}
|
||||
|
||||
function reloadArticleImage() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user