From 05dff87ab0b23d90542c9057c97a87762607d44f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 19 Mar 2013 11:36:06 +0100 Subject: [PATCH] Fixed deprecated template usage --- templates/Layout/Page2MultiFormTestPage.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Layout/Page2MultiFormTestPage.ss b/templates/Layout/Page2MultiFormTestPage.ss index 4dab913..507add0 100644 --- a/templates/Layout/Page2MultiFormTestPage.ss +++ b/templates/Layout/Page2MultiFormTestPage.ss @@ -32,7 +32,7 @@ <% end_if %> <% if Page2MultiForm %> - <% control Page2MultiForm %><% include MultiFormProgressList %><% end_control %> + <% with Page2MultiForm %><% include MultiFormProgressList %><% end_with %> $Page2MultiForm <% end_if %> <% if Form %>