Skip to content

Commit

Permalink
[TASK] Use correct view-helper for plain HTML.
Browse files Browse the repository at this point in the history
Use `format.raw` instead of `format.html`.

Fixed xima-media#14
  • Loading branch information
rvock committed Sep 25, 2023
1 parent 135ca22 commit 1387b3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/Private/Partials/Formcycle/integrated.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<f:format.html parseFuncTSPath="">{form}</f:format.html>
<f:format.raw>{form}</f:format.raw>
2 changes: 1 addition & 1 deletion Resources/Private/Templates/Formcycle/FormContent.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<f:format.html parseFuncTSPath="">{form}</f:format.html>
<f:format.raw>{form}</f:format.raw>

0 comments on commit 1387b3e

Please sign in to comment.