Specify div explicitly

This commit is contained in:
Nate Weaver 2019-12-30 17:19:05 -06:00
parent 0800c77002
commit 7a61a6a5b4

View File

@ -65,7 +65,7 @@ var ElementUnwrapper = {
};
function flattenPreElements() {
ElementUnwrapper.unwrapAppropriateChildren(".articleBody td > pre");
ElementUnwrapper.unwrapAppropriateChildren("div.articleBody td > pre");
}
function reloadArticleImage() {