Reverted commit

This commit is contained in:
Georgy Litvinov 2021-02-24 14:33:33 +01:00
parent e41f595268
commit 63e5d5936c

View file

@ -160,7 +160,7 @@ public class Separator {
}
private boolean noSplitNeeded(int pageNum, int curLevel) {
return !greenstoneSeparation && !rdfSeparation && splitLevel == 0 && !isSplitTime(curLevel,pageNum);
return !greenstoneSeparation && !pagination && !isSplitTime(curLevel,pageNum);
}
private void addToCommentStack(String sLevel) {