From dcf3746bfe3e5884ec77e7e8c52ead13af9b7f52 Mon Sep 17 00:00:00 2001 From: jean Date: Mon, 2 Dec 2013 15:18:39 +1300 Subject: [PATCH] BUGFIX Use loop instead of control to avoid deprecation message in SS 3.1.2 --- templates/EnvironmentChecker.ss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/EnvironmentChecker.ss b/templates/EnvironmentChecker.ss index a035f78..a41eeb3 100644 --- a/templates/EnvironmentChecker.ss +++ b/templates/EnvironmentChecker.ss @@ -66,9 +66,9 @@ - <% control Details %> + <% loop Details %> - <% end_control %> + <% end_loop %>
Check Status Message
$Check $Status $Message.XML
<% if ShouldPass %> @@ -82,4 +82,4 @@ <% end_if %> <% end_if %> - \ No newline at end of file +