From eb6cb31590c91e21bade09a6f2d98eddc1bb33b5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 27 Sep 2008 04:55:31 +0000 Subject: #229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice on modules page. --- modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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. -- cgit v1.2.3