Skip to content
Snippets Groups Projects
Commit 74f1e51e authored by Mirar (Pontus Hagland)'s avatar Mirar (Pontus Hagland)
Browse files

section split support

Rev: tutorial/html.pike:1.9
parent 55246981
Branches
Tags
No related merge requests found
......@@ -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":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment