summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 115db8548..8a427af6b 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1164,7 +1164,7 @@ function system_actions_manage() {
}
if ($actions_map) {
- $output .= '<p>'. drupal_get_form('system_actions_manage_form', $options) .'</p>';
+ $output .= drupal_get_form('system_actions_manage_form', $options);
}
return $output;