diff --git a/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl b/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
index a310337523e..ca7c654387d 100644
--- a/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
+++ b/specialpurpose/ecommerce/webapp/ecommerce/shoppinglist/editShoppingList.ftl
@@ -18,6 +18,7 @@ under the License.
-->
-
<#macro paginationControls>
<#assign viewIndexMax = Static["java.lang.Math"].ceil((listSize)?double / viewSize?double)>
<#if (viewIndexMax?int > 0)>
@@ -85,24 +86,25 @@ under the License.