From fdebcfe61453963ada6f1af12cef5e55d6cb0fa5 Mon Sep 17 00:00:00 2001 From: webchick Date: Fri, 5 Apr 2013 09:04:10 -0700 Subject: [PATCH] Issue #184010 follow-up by sun: Rename #anchors on modules administration page to include a prefix. --- core/modules/system/system.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/system.admin.inc b/core/modules/system/system.admin.inc index dbdf6a5b996f..52037472340b 100644 --- a/core/modules/system/system.admin.inc +++ b/core/modules/system/system.admin.inc @@ -2424,7 +2424,7 @@ function theme_system_modules_details($variables) { $row[] = array('class' => array('checkbox'), 'data' => drupal_render($module['enable'])); // Add the module label and expand/collapse functionalty. - $col2 = ''; + $col2 = ''; $row[] = array('class' => array('module'), 'data' => $col2); // Add the description, along with any modules it requires.