diff options
-rw-r--r-- | modules/block/block.module | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index 5c6d776bd..e04dca400 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -386,6 +386,7 @@ function block_box_form($edit = array()) { '#text_format' => isset($edit['format']) ? $edit['format'] : FILTER_FORMAT_DEFAULT, '#rows' => 15, '#description' => t('The content of the block as shown to the user.'), + '#required' => TRUE, '#weight' => -17, ); |