Skip to content

Commit 7c81969

Browse files
committed
Add raw filter in places where it makes sense
1 parent ce2c98f commit 7c81969

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{# @var block \Setono\EditorJS\Block\HeaderBlock #}
2-
<{{ block.tag }}>{{ block.text }}</{{ block.tag }}>
2+
<{{ block.tag }}>{{ block.text|raw }}</{{ block.tag }}>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{# @var block \Setono\EditorJS\Block\ParagraphBlock #}
2-
<p>{{ block.text }}</p>
2+
<p>{{ block.text|raw }}</p>

0 commit comments

Comments
 (0)