render: Fix up layer violation in add_footnote_page().
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 26 Dec 2019 01:14:32 +0000 (01:14 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Dec 2019 05:28:10 +0000 (05:28 +0000)
commit902e361601700747d94ce44cf2426feb53ddd35b
tree9257634e914b3e68ac71284e058632f060e22688
parenteb142a3b4d4e2d4296fb3fcddb683c360748b6ca
render: Fix up layer violation in add_footnote_page().

The layering violation came from having to look up the default style
for a footer, so we fix it by forbidding footnotes from using the
default style.
src/output/render.c
src/output/table.c
tests/output/render-test.c