diff options
Diffstat (limited to 'modules/system/system.admin.inc')
-rw-r--r-- | modules/system/system.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.admin.inc b/modules/system/system.admin.inc index 65554627b..00bd3a185 100644 --- a/modules/system/system.admin.inc +++ b/modules/system/system.admin.inc @@ -783,7 +783,7 @@ function _system_modules_build_row($info, $extra) { $form['enable'] = array( '#markup' => theme('image', 'misc/watchdog-error.png', t('incompatible'), $status_short), ); - $form['description']['#value'] .= theme('system_modules_incompatible', $status_long); + $form['description']['#markup'] .= theme('system_modules_incompatible', $status_long); } // Show a "more help" link for modules that have them. |