diff --git a/htdocs/core/tpl/object_discounts.tpl.php b/htdocs/core/tpl/object_discounts.tpl.php
index 2bac4fca588..df565aea6f9 100644
--- a/htdocs/core/tpl/object_discounts.tpl.php
+++ b/htdocs/core/tpl/object_discounts.tpl.php
@@ -37,7 +37,7 @@ if (!isset($absolute_discount)) {
if (!isset($absolute_creditnote)) {
$absolute_creditnote = 0;
}
-
+
// Relative and absolute discounts
$addrelativediscount = ''.$langs->trans("EditRelativeDiscount").'';
$addabsolutediscount = ''.$langs->trans("EditGlobalDiscounts").'';