diff --git a/typo3/sysext/core/Documentation/Changelog/master/Feature-67662-DataProcessorForFiles.rst b/typo3/sysext/core/Documentation/Changelog/master/Feature-67662-DataProcessorForFiles.rst index acbcbabb08ee53467a3d43425bde21aa66d763f3..43ba0d0f5d08d5948ca45e11767a478af340a1bf 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Feature-67662-DataProcessorForFiles.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Feature-67662-DataProcessorForFiles.rst @@ -58,6 +58,7 @@ over processed data automatically. In the Fluid template then iterate over the files: .. code-block:: html + <ul> <f:for each="{myfiles}" as="file"> <li><a href="{file.publicUrl}">{file.name}</a></li> diff --git a/typo3/sysext/core/Documentation/Changelog/master/Important-67216-DefaultMinimumLoglevelSetToWarning.rst b/typo3/sysext/core/Documentation/Changelog/master/Important-67216-DefaultMinimumLoglevelSetToWarning.rst index 2a30cc203e7f189114ddb907304b76a1c4561380..80628013062dec4e27ff3bcf4ed5805711144338 100644 --- a/typo3/sysext/core/Documentation/Changelog/master/Important-67216-DefaultMinimumLoglevelSetToWarning.rst +++ b/typo3/sysext/core/Documentation/Changelog/master/Important-67216-DefaultMinimumLoglevelSetToWarning.rst @@ -11,6 +11,7 @@ Log messages of the severities DEBUG, NOTICE and INFO will be suppressed in the The previous behavior from TYPO3 <= 7.3 can be achieved with the following configuration: .. code-block:: php + $GLOBALS['TYPO3_CONF_VARS']['LOG']['writerConfiguration'] = array( \TYPO3\CMS\Core\Log\LogLevel::DEBUG => array( \TYPO3\CMS\Core\Log\Writer\FileWriter::class => array(