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:
Sean Harvey 2009-01-12 03:40:45 +00:00 committed by Sam Minnee
parent cf9aba3944
commit 55d49fe8b6

View File

@ -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 %>