mirror of
https://github.com/silverstripe/silverstripe-environmentcheck
synced 2024-10-22 17:05:40 +02:00
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:
commit
815a1ad6db
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user