Skip to content
Snippets Groups Projects
Commit eb6cb315 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 152213c8
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment