Skip to content

Commit cb4128d

Browse files
committed
Merge branch 'task/adjustments-for-1and1' of https://github.com/Flowpack/Flowpack.DecoupledContentStore into task/adjustments-for-1and1
2 parents ce64170 + a737e87 commit cb4128d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Resources/Private/BackendFusion/Integration/Backend.Details.fusion

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ Flowpack.DecoupledContentStore.BackendController.details = Neos.Fusion:Component
4040

4141
<h2 @if.isTrue={detailTaskName} class="text-3xl py-5">Log Output for {detailTaskName}</h2>
4242
<pre>
43-
{jobLogs.stderr}
43+
{String.htmlSpecialChars(jobLogs.stderr)}
4444
</pre>
4545
<pre>
46-
{jobLogs.stdout}
46+
{String.htmlSpecialChars(jobLogs.stdout)}
4747
</pre>
4848
</Neos.Fusion:Fragment>
4949
<p @if.notData={!detailsData}>

0 commit comments

Comments
 (0)