diff --git a/layouts/partials/components/result-load-range.html b/layouts/partials/components/result-load-range.html
index 6457bf44..cd233200 100644
--- a/layouts/partials/components/result-load-range.html
+++ b/layouts/partials/components/result-load-range.html
@@ -59,12 +59,12 @@
{{/* TODO: add to dictionary */}}
{{ i18n "Min" }}
{{/* TODO: get medium from api ? */}}
- {{ i18n "Median" }} {{ $rangeMedianRounded }}
+ {{ i18n "Median" | safeHTML }} {{ $rangeMedianRounded }}
{{ i18n "Max" }}
- {{ i18n "Target" }} {{ .rangeValueTarget | markdownify }}
- {{ i18n "Unit" }} {{ .unitsLegend | markdownify }}
+ {{ i18n "Target" | safeHTML }} {{ .rangeValueTarget | markdownify }}
+ {{ i18n "Unit" | safeHTML }} {{ .unitsLegend | markdownify }}
diff --git a/layouts/partials/widgets/result-appreciation.html b/layouts/partials/widgets/result-appreciation.html
index 71bf84ff..b0015a74 100644
--- a/layouts/partials/widgets/result-appreciation.html
+++ b/layouts/partials/widgets/result-appreciation.html
@@ -7,13 +7,13 @@
- {{ i18n "ResultScore" }} 0 / 100
+ {{ i18n "ResultScore" | safeHTML }} 0 / 100
{{ $label := i18n "ResultScoreExplainationLabel" }}
{{ $content := i18n "ResultScoreExplainationContent" }}
- {{ $knowMore := i18n "ResultScoreExplainationKnowMore" }}
+ {{ $knowMore := i18n "ResultScoreExplainationKnowMore" | safeHTML }}
{{ $moreHref := i18n "HowDoesItWorksURL" }}
{{ $moreLabel := i18n "HowDoesItWorksTitle" }}