diff --git bp-templates/bp-legacy/buddypress/groups/single/plugins.php bp-templates/bp-legacy/buddypress/groups/single/plugins.php
index c8e2f47..c9d34f8 100644
--- bp-templates/bp-legacy/buddypress/groups/single/plugins.php
+++ bp-templates/bp-legacy/buddypress/groups/single/plugins.php
@@ -1,13 +1,5 @@
 <?php do_action( 'bp_before_group_plugin_template' ); ?>
 
-<div id="item-body">
-
-	<?php do_action( 'bp_before_group_body' ); ?>
-
-	<?php do_action( 'bp_template_content' ); ?>
-
-	<?php do_action( 'bp_after_group_body' ); ?>
-
-</div><!-- #item-body -->
+<?php do_action( 'bp_template_content' ); ?>
 
 <?php do_action( 'bp_after_group_plugin_template' );
