Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Table Caption infinite recursion. #3998

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Fix Table Caption infinite recursion.

  • Loading branch information
Hoverbear committed Nov 15, 2014
commit a70543c2a33ab7cfad72c5d59111bfa7d5620804
@@ -82,7 +82,7 @@ impl Flow for TableCaptionFlow {
}

fn iterate_through_fragment_bounds(&self, iterator: &mut FragmentBoundsIterator) {
self.iterate_through_fragment_bounds(iterator);
self.block_flow.iterate_through_fragment_bounds(iterator);
}
}

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.