Merge pull request #8 from patbolo/deprecation-3.1.2

BUGFIX Use loop instead of control to avoid deprecation message in SS 3....
This commit is contained in:
Sean Harvey 2013-12-01 18:22:25 -08:00
commit 815a1ad6db
1 changed files with 3 additions and 3 deletions

View File

@ -66,9 +66,9 @@
<table>
<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>
<% end_control %>
<% end_loop %>
</table>
<% if ShouldPass %>
@ -82,4 +82,4 @@
<% end_if %>
<% end_if %>
</body>
</html>
</html>