fix: HTML is not allowed in messages (#6255)

Not a security issue, just gets printed literally.
This commit is contained in:
Neil Fraser
2022-07-04 11:23:26 -07:00
committed by GitHub
parent c3bebd8b60
commit fb6ef65998
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@
"MATH_SINGLE_TOOLTIP_NEG": "Renvoie lopposé dun nombre",
"MATH_SINGLE_TOOLTIP_LN": "Renvoie le logarithme naturel dun nombre.",
"MATH_SINGLE_TOOLTIP_LOG10": "Renvoie le logarithme décimal dun nombre.",
"MATH_SINGLE_TOOLTIP_EXP": "Renvoie <em>e</em> à la puissance dun nombre.",
"MATH_SINGLE_TOOLTIP_EXP": "Renvoie e à la puissance dun nombre.",
"MATH_SINGLE_TOOLTIP_POW10": "Renvoie 10 à la puissance dun nombre.",
"MATH_TRIG_HELPURL": "https://fr.wikipedia.org/wiki/Fonction_trigonom%C3%A9trique",
"MATH_TRIG_TOOLTIP_SIN": "Renvoie le sinus dun angle en degrés (pas en radians).",

View File

@@ -121,7 +121,7 @@
"MATH_SINGLE_TOOLTIP_NEG": "Retornar le negation de un numero.",
"MATH_SINGLE_TOOLTIP_LN": "Retornar le logarithmo natural de un numero.",
"MATH_SINGLE_TOOLTIP_LOG10": "Retornar le logarithmo in base 10 de un numero.",
"MATH_SINGLE_TOOLTIP_EXP": "Retornar <em>e</em> elevate al potentia de un numero.",
"MATH_SINGLE_TOOLTIP_EXP": "Retornar e elevate al potentia de un numero.",
"MATH_SINGLE_TOOLTIP_POW10": "Retornar 10 elevate al potentia de un numero.",
"MATH_TRIG_TOOLTIP_SIN": "Retornar le sino de un grado (non radiano).",
"MATH_TRIG_TOOLTIP_COS": "Retornar le cosino de un grado (non radiano).",