diff --git a/code/MathSpamProtectorField.php b/code/MathSpamProtectorField.php index 26a72c0..b8ed2dc 100644 --- a/code/MathSpamProtectorField.php +++ b/code/MathSpamProtectorField.php @@ -50,7 +50,7 @@ class MathSpamProtectorField extends SpamProtectorField { * @return string */ function ATTTitle() { - return Convert::html2raw($this->Title()); + return html_entity_decode($this->Title(), ENT_COMPAT , 'UTF-8'); } /** diff --git a/lang/fr.yml b/lang/fr.yml index e09fdd8..b1c00ff 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -21,5 +21,5 @@ fr: WHATIS: 'Combien font %s plus %s ?' ZERO: zéro MathSpamProtectionField: - INCORRECTSOLUTION: 'Mauvaise réponse, essayez à nouveau.' + INCORRECTSOLUTION: 'Mauvaise réponse !' SPAMQUESTION: 'Question anti-spam : %s' \ No newline at end of file