Skip to content

Commit

Permalink
Merge pull request #16 from CPS-IT/task/code
Browse files Browse the repository at this point in the history
[TASK] Prevent visible mismatch between TYPO3 versions
  • Loading branch information
eliashaeussler authored Mar 7, 2024
2 parents 515c8bc + 3d85784 commit 7afc770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/Private/Partials/List/UnsupportedTransport.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ <h2 class="card-title">{f:translate(key: 'unsupportedTransport.example.header',
</div>
</div>
<div class="card-body">
<pre><code><f:spaceless>
<pre><f:spaceless>
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_type'] = 'file';
$GLOBALS['TYPO3_CONF_VARS']['MAIL']['transport_spool_filepath'] = '/path/to/mailqueue';
</f:spaceless></code></pre>
</f:spaceless></pre>
</div>
<div class="card-footer">
<f:if condition="{typo3Version} >= 12">
Expand Down

0 comments on commit 7afc770

Please sign in to comment.