Trivial bug. The code to handle multicolumns is breaking the auto page break behaviour.
It is in first line of AcceptPageBreak() routine.
replace: if (count($this->multicol>0)) {
with: if (count($this->multicol)>0) {
Log in to post a comment.