diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 8251a45..04d5d85 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1460992088 +1461035646 diff --git a/pollen/scribblings/third-tutorial-files/template.html.p b/pollen/scribblings/third-tutorial-files/template.html.p index 8c5fd15..f93435a 100644 --- a/pollen/scribblings/third-tutorial-files/template.html.p +++ b/pollen/scribblings/third-tutorial-files/template.html.p @@ -4,7 +4,7 @@ ◊select['h1 doc] by T. S. Eliot -◊(->html doc #:splice #t) +◊(->html doc #:splice? #t) ◊(define prev-page (previous here)) ◊when/splice[prev-page]{ } diff --git a/pollen/scribblings/tutorial-third.scrbl b/pollen/scribblings/tutorial-third.scrbl index 299c091..16f1351 100644 --- a/pollen/scribblings/tutorial-third.scrbl +++ b/pollen/scribblings/tutorial-third.scrbl @@ -840,7 +840,7 @@ In this project, we want to end up with HTML, so our source files will be called ◊select['h1 doc] by T. S. Eliot -◊(->html doc #:splice #t) +◊(->html doc #:splice? #t) ◊(define prev-page (previous here)) ◊when/splice[prev-page]{ }