From 5b63be49ba96e88a53c7580c5b93befd577d57c0 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 30 Mar 2022 11:11:43 +0200 Subject: [PATCH] replace with --- templates/editorjs/paragraph.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/editorjs/paragraph.html.twig b/templates/editorjs/paragraph.html.twig index 89f8b77..42c25c4 100644 --- a/templates/editorjs/paragraph.html.twig +++ b/templates/editorjs/paragraph.html.twig @@ -1,3 +1,3 @@ {%- block render -%} -

{{- text|raw -}}

+

{{- text|replace({'': '', '': ''})|raw -}}

{%- endblock -%}