From cdb9975f021c5df2e464ca9cd6b3d2b15c023c5f Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 23 Nov 2011 08:49:19 +0000 Subject: [PATCH] // Fix html entities on admin template list_footer.tpl for bulkaction --- admin-dev/themes/template/helper/list/list_footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/helper/list/list_footer.tpl b/admin-dev/themes/template/helper/list/list_footer.tpl index eb72b1f98..cfd5faf93 100644 --- a/admin-dev/themes/template/helper/list/list_footer.tpl +++ b/admin-dev/themes/template/helper/list/list_footer.tpl @@ -28,7 +28,7 @@ {if $bulk_actions}

{foreach $bulk_actions as $key => $params} - + {/foreach}

{/if}