diff --git a/web/app/views/clients/_shopping_cart.html.haml b/web/app/views/clients/_shopping_cart.html.haml index ec4e1943c..63c9de561 100644 --- a/web/app/views/clients/_shopping_cart.html.haml +++ b/web/app/views/clients/_shopping_cart.html.haml @@ -34,7 +34,7 @@ %tbody = "{% if (data.carts.length == 0) { %}" %tr - %td.no-cart-items colspan=4 Nothing in cart + %td.no-cart-items{colspan: 4} Nothing in cart = "{% } %}" = "{% _.each(data.carts, function(cart, index) { %}"