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

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>