Issue #3092595 by imclean: Deprecated temp file path message missing closing code element

(cherry picked from commit c85e3f77b8)
merge-requests/55/head
catch 2019-11-28 13:09:23 +00:00
parent 3e85d6aac5
commit f61a2d58eb
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ function system_requirements($phase) {
}
else {
$requirements['temp_directory']['description'][] = [
'#markup' => t('Remove the configuration and add the following to <code>settings.php</code>. <code>$settings["file_temp_path"] = "%temp_path"', ['%temp_path' => $temp_path]),
'#markup' => t('Remove the configuration and add the following to <code>settings.php</code>. <code>$settings["file_temp_path"] = "%temp_path"</code>', ['%temp_path' => $temp_path]),
'#suffix' => ' ',
];
}