diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-27 04:55:31 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2008-09-27 04:55:31 +0000 |
commit | eb6cb31590c91e21bade09a6f2d98eddc1bb33b5 (patch) | |
tree | 5ea3b9be0b38048e37f9acf4dc50f6985347b632 | |
parent | 152213c8736b603cbd96fce4425142e87a96992d (diff) | |
download | brdo-eb6cb31590c91e21bade09a6f2d98eddc1bb33b5.tar.gz brdo-eb6cb31590c91e21bade09a6f2d98eddc1bb33b5.tar.bz2 |
#229129 part 1 of 1,342 by chx: Change #value to #markup to eliminate notice on modules page.
-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. |