diff --git a/modules/statsbestcustomers/statsbestcustomers.php b/modules/statsbestcustomers/statsbestcustomers.php
index 294a885a3..29f88301d 100644
--- a/modules/statsbestcustomers/statsbestcustomers.php
+++ b/modules/statsbestcustomers/statsbestcustomers.php
@@ -125,15 +125,13 @@ class StatsBestCustomers extends ModuleGrid
'.$this->l('Keeping a client is more profitable than gaining a new one. That is one of the many reasons it is necessary to cultivate customer loyalty.').'
'.$this->l('Word of mouth is also a means for getting new, satisfied clients. A dissatisfied customer can hurt your e-reputation and obstruct future sales goals.').'
- '.$this->l('In order to achieve this goal, you can organize: ').'
+ '.$this->l('In order to achieve this goal, you can organize:').'
- - '.$this->l('Punctual operations: commercial rewards (personalized special offers, product or service offered),
- non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).').'
- - '.$this->l('Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client,
- but also offer advantages to clients (private offers, discounts).').'
+ - '.$this->l('Punctual operations: commercial rewards (personalized special offers, product or service offered), non commercial rewards (priority handling of an order or a product), pecuniary rewards (bonds, discount coupons, payback).').'
+ - '.$this->l('Sustainable operations: loyalty points or cards, which not only justify communication between merchant and client, but also offer advantages to clients (private offers, discounts).').'
- '.$this->l('These operations encourage clients to buy products and visit your e-store regularly.').'
-
+ '.$this->l('These operations encourage clients to buy products and visit your e-store regularly.').'
+
';
return $this->_html;
}