From 74f1e51e9b45fe47909423865070fd0fe2222bce Mon Sep 17 00:00:00 2001 From: "Mirar (Pontus Hagland)" <pike@sort.mirar.org> Date: Sat, 29 Nov 1997 21:22:03 +0100 Subject: [PATCH] section split support Rev: tutorial/html.pike:1.9 --- tutorial/html.pike | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial/html.pike b/tutorial/html.pike index 2dde82b330..b9400ef05e 100644 --- a/tutorial/html.pike +++ b/tutorial/html.pike @@ -607,6 +607,8 @@ SGML low_split(SGML data) case "chapter": case "appendix": sections[t2->params->number]=({ t }); + if (this_object()->split_and_remove_section) + this_object()->split_and_remove_section(t); continue; case "firstpage": -- GitLab