Skip to content

Commit

Permalink
Fix mistake in production config
Browse files Browse the repository at this point in the history
It is, apparently, very difficult to make sure that changes to the
development config are also copied to the production config.
  • Loading branch information
tomudding committed Nov 17, 2023
1 parent da111fa commit e7a5bea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/autoload/local.production.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ return [
'noreferrer' => 'external',
],
'renderer' => [
'block_separator' => '<br>',
'block_separator' => '',
'inner_separator' => '',
'soft_break' => '<br>',
'soft_break' => '',
],
'html_input' => 'escape',
'allow_unsafe_links' => false,
Expand Down

0 comments on commit e7a5bea

Please sign in to comment.