diff --git a/tutorial/html_section_pages.pike b/tutorial/html_section_pages.pike index 7ce88ccc04c2acde285fadbfb4255828c0268a7a..c513292431fcf48e65ec92a34308018d063a0163 100644 --- a/tutorial/html_section_pages.pike +++ b/tutorial/html_section_pages.pike @@ -19,9 +19,9 @@ SGML split_tag(TAG t, TAG t2) sprintf("%s %s", t2->params->number, (string) t2->params->title), - })), - }) - }); + }) ), + }) ) + }); } return ::split_tag(t,t2); }