diff -u b/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc
--- b/core/modules/system/system.admin.inc
+++ b/core/modules/system/system.admin.inc
@@ -265,7 +265,7 @@
}
$title = [
'#type' => 'inline_template',
- '#template' => '{{ module_description }}',
+ '#template' => '{{ module_description }}',
'#context' => ['module_description' => $module['description']],
];
$details = array(