From c41b725d4f2265e566d7ee6ed1d1cceac8d72d5f Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Tue, 19 Mar 2013 10:12:42 +0100 Subject: [PATCH] Fixed template usage --- templates/Layout/Page3MultiFormTestPage.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/Layout/Page3MultiFormTestPage.ss b/templates/Layout/Page3MultiFormTestPage.ss index 0d3baf2..9ed5b36 100644 --- a/templates/Layout/Page3MultiFormTestPage.ss +++ b/templates/Layout/Page3MultiFormTestPage.ss @@ -32,7 +32,7 @@ <% end_if %> <% if Page3MultiForm %> - <% control Page3MultiForm %><% include MultiFormProgressList %><% end_control %> + <% with Page3MultiForm %><% include MultiFormProgressList %><% end_with %> $Page3MultiForm <% end_if %> <% if Form %>