replace <b> with <strong>

This commit is contained in:
Simon Vieille 2022-03-30 11:11:43 +02:00
parent c1392e465b
commit 5b63be49ba
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
{%- block render -%}
<p>{{- text|raw -}}</p>
<p>{{- text|replace({'<b>': '<strong>', '</b>': '</strong>'})|raw -}}</p>
{%- endblock -%}