This commit is contained in:
John McLear 2015-01-19 14:45:49 +00:00
parent edbeb66d5e
commit ab71bc7c20
2 changed files with 5 additions and 4 deletions

View file

@ -625,13 +625,11 @@ function makeContentCollector(collectStyles, browser, apool, domInterface, class
_ensureColumnZero(state);
}
}
if (browser.msie)
{
// in IE, a point immediately after a DIV appears on the next line
_reachBlockPoint(node, 1, state);
}
state.localAttribs = localAttribs;
};
// can pass a falsy value for end of doc