diff --git a/src/lib/components/ArticleView.svelte b/src/lib/components/ArticleView.svelte index a4a52e6..af59f48 100644 --- a/src/lib/components/ArticleView.svelte +++ b/src/lib/components/ArticleView.svelte @@ -24,7 +24,10 @@ {/if} -{@html article.BLOC_TEXTUEL?.CONTENU} +{@html article.BLOC_TEXTUEL?.CONTENU.replaceAll("<<", "«").replaceAll( + ">>", + "»", +)} {#if ciblesCreation.length > 0}