Issue #3092595 by imclean: Deprecated temp file path message missing closing code element
(cherry picked from commit c85e3f77b8
)
merge-requests/55/head
parent
3e85d6aac5
commit
f61a2d58eb
|
@ -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' => ' ',
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue