#229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice on modules page.

merge-requests/26/head
Angie Byron 2008-09-27 04:55:31 +00:00
parent 152213c873
commit eb6cb31590
1 changed files with 1 additions and 1 deletions

View File

@ -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.