diff --git a/templates/frontOffice/default/includes/mini-cart.html b/templates/frontOffice/default/includes/mini-cart.html
index 1dad142c3..f785814e4 100644
--- a/templates/frontOffice/default/includes/mini-cart.html
+++ b/templates/frontOffice/default/includes/mini-cart.html
@@ -24,7 +24,7 @@
{$TITLE}
- {intl l="Remove"}
+ {intl l="Remove"}
{if $IS_PROMO == 1}
@@ -32,7 +32,7 @@
{else}
{assign "real_price" $TAXED_PRICE}
{/if}
- {$QUANTITY} X {$real_price} {currency attr="symbol"}
+ {$QUANTITY} X {$real_price} {currency attr="symbol"}
{assign "total_price" $total_price + ($QUANTITY * $real_price)}
|
@@ -58,7 +58,7 @@
{/ifloop}
{elseloop rel="cartloop"}
-
+
{intl l="Cart"} 0
@@ -66,4 +66,4 @@
{intl l="You have no items in your shopping cart."}
-{/elseloop}
\ No newline at end of file
+{/elseloop}