diff --git a/htdocs/core/modules/dons/html_cerfafr.modules.php b/htdocs/core/modules/dons/html_cerfafr.modules.php
index 69c862d916d..67131a28645 100644
--- a/htdocs/core/modules/dons/html_cerfafr.modules.php
+++ b/htdocs/core/modules/dons/html_cerfafr.modules.php
@@ -3,7 +3,7 @@
* Copyright (C) 2005-2006 Laurent Destailleur
* Copyright (C) 2012 Regis Houssin
* Copyright (C) 2012 Marcos GarcĂa
- * Copyright (C) 2014 Alexandre Spangaro
+ * Copyright (C) 2014-2015 Alexandre Spangaro
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -181,11 +181,11 @@ class html_cerfafr extends ModeleDon
if (preg_match('/fr/i',$outputlangs->defaultlang)) {
if ($conf->global->DONATION_ART200 >= 1)
{
- $art200='200 du CGI';
+ $art200='200 du CGI';
}
else
{
- $art200='200 du CGI';
+ $art200='200 du CGI';
}
}
$form = str_replace('__ARTICLE200__',$art200,$form);
@@ -194,11 +194,11 @@ class html_cerfafr extends ModeleDon
if (preg_match('/fr/i',$outputlangs->defaultlang)) {
if ($conf->global->DONATION_ART238 >= 1)
{
- $art238='238 bis du CGI';
+ $art238='238 bis du CGI';
}
else
{
- $art238='238 bis du CGI';
+ $art238='238 bis du CGI';
}
}
$form = str_replace('__ARTICLE238__',$art238,$form);
@@ -207,11 +207,11 @@ class html_cerfafr extends ModeleDon
if (preg_match('/fr/i',$outputlangs->defaultlang)) {
if ($conf->global->DONATION_ART885 >= 1)
{
- $art885='885-0 V bis du CGI';
+ $art885='885-0 V bis du CGI';
}
else
{
- $art885='885-0 V bis du CGI';
+ $art885='885-0 V bis du CGI';
}
}
$form = str_replace('__ARTICLE885__',$art885,$form);