Hi.
In spite of Remove the

from the block.tpl - but keeps it in a block-block is checked, there is no
in block-block.

Solution

Modify mothership/mothership/templates/block.tpl.php
In

...
#63: <?php if (!theme_get_setting('mothership_classes_block_contentdiv') AND $block->module == "block"): ?>
...
#69: <?php if (!theme_get_setting('mothership_classes_block_contentdiv') AND $block->module == "block"): ?>
...

Remove "!" in if (!theme_get_setting).

CommentFileSizeAuthor
#1 mothership-1220368.patch1.04 KBmattez
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

mattez’s picture

Status: Active » Needs review
FileSize
1.04 KB

PATCH here. (My first one ever ups).

mortendk’s picture

Assigned: Unassigned » mortendk
mortendk’s picture

Issue summary: View changes

changed formating

realityloop’s picture

Issue summary: View changes
Status: Needs review » Fixed

added to 2.x and 3.x

  • realityloop committed 900d2a9 on 7.x-3.x
    Issue #1220368 by mattez: Fixed 'Remove the <div class="content"> from...

  • realityloop committed c4c7fd4 on
    Issue #1220368 by mattez: Fixed 'Remove the <div class="content"> from...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.