Skip to content

Commit

Permalink
KickstartForm: fix ini file rendering
Browse files Browse the repository at this point in the history
fixes #2595
  • Loading branch information
Thomas-Gelf committed Aug 31, 2022
1 parent 3b1d3e2 commit 53e45da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/forms/KickstartForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ protected function storeResourceConfig()
)
);
$this->addHtmlHint(
Html::tag('pre', null, $config),
Html::tag('pre', null, (string) $config),
array('name' => 'HINT_config_store')
);

Expand Down

0 comments on commit 53e45da

Please sign in to comment.