diff --git a/themes/default/mobile/category-product-list.tpl b/themes/default/mobile/category-product-list.tpl index 1a63b9678..e2cadc055 100644 --- a/themes/default/mobile/category-product-list.tpl +++ b/themes/default/mobile/category-product-list.tpl @@ -29,7 +29,7 @@ {foreach from=$products item=product name=products}
  • -
    {$product.legend|escape:'htmlall':'UTF-8'}
    +
    {$product.legend|escape:'htmlall':'UTF-8'}

    {$product.name|escape:'htmlall':'UTF-8'}

    {if (!$PS_CATALOG_MODE AND ((isset($product.show_price) && $product.show_price) || (isset($product.available_for_order) && $product.available_for_order)))}

    diff --git a/themes/default/mobile/manufacturer-list.tpl b/themes/default/mobile/manufacturer-list.tpl index 06f3ec34d..8be636990 100644 --- a/themes/default/mobile/manufacturer-list.tpl +++ b/themes/default/mobile/manufacturer-list.tpl @@ -50,7 +50,7 @@ {foreach from=$manufacturers item=manufacturer name=manufacturers}

  • {if $manufacturer.nb_products > 0}{/if} - +

    {$manufacturer.name|truncate:60:'...'|escape:'htmlall':'UTF-8'}

    {if $manufacturer.nb_products == 1} diff --git a/themes/default/mobile/shopping-cart.tpl b/themes/default/mobile/shopping-cart.tpl index a25afe748..012eb1578 100644 --- a/themes/default/mobile/shopping-cart.tpl +++ b/themes/default/mobile/shopping-cart.tpl @@ -15,7 +15,7 @@

    - +

    {$product.name}

    diff --git a/themes/default/mobile/supplier-list.tpl b/themes/default/mobile/supplier-list.tpl index e9904a7ff..6ea9d0110 100644 --- a/themes/default/mobile/supplier-list.tpl +++ b/themes/default/mobile/supplier-list.tpl @@ -54,7 +54,7 @@
    {/if} - +

    {$supplier.name|truncate:60:'...'|escape:'htmlall':'UTF-8'}