mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX <% end_if %> was breaking the template where it should've been a <% end_control %>. This fixes the export link in #3333
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.3@69988 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
cf9aba3944
commit
55d49fe8b6
@ -64,7 +64,7 @@
|
||||
<% end_control %>
|
||||
<% control Actions %>
|
||||
<td width="16" class="action<% if Default %> default<% end_if %>"><a class="$Class" href="$Link"><% if Icon %><img src="$Icon" alt="$Label" /><% else %>$Label<% end_if %></a></td>
|
||||
<% end_if %>
|
||||
<% end_control %>
|
||||
</tr>
|
||||
<% end_control %>
|
||||
<% else %>
|
||||
|
Loading…
x
Reference in New Issue
Block a user