#229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice on modules page.
parent
152213c873
commit
eb6cb31590
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue