BUGFIX Use loop instead of control to avoid deprecation message in SS 3.1.2

This commit is contained in:
jean 2013-12-02 15:18:39 +13:00
parent 3ff3b05692
commit dcf3746bfe

View File

@ -66,9 +66,9 @@
<table> <table>
<tr><th>Check</th> <th>Status</th> <th>Message</th></tr> <tr><th>Check</th> <th>Status</th> <th>Message</th></tr>
<% control Details %> <% loop Details %>
<tr><td>$Check</td> <td class="$Status">$Status</td> <td>$Message.XML</td></tr> <tr><td>$Check</td> <td class="$Status">$Status</td> <td>$Message.XML</td></tr>
<% end_control %> <% end_loop %>
</table> </table>
<% if ShouldPass %> <% if ShouldPass %>
@ -82,4 +82,4 @@
<% end_if %> <% end_if %>
<% end_if %> <% end_if %>
</body> </body>
</html> </html>