--- typo3/sysext/cms/ext_tables.sql.bak 2010-10-29 13:17:45.000000000 +0200 +++ typo3/sysext/cms/ext_tables.sql 2010-10-29 13:18:38.000000000 +0200 @@ -388,8 +388,8 @@ endtime int(11) unsigned DEFAULT '0' NOT NULL, colPos tinyint(3) unsigned DEFAULT '0' NOT NULL, subheader varchar(255) DEFAULT '' NOT NULL, - spaceBefore tinyint(4) unsigned DEFAULT '0' NOT NULL, - spaceAfter tinyint(4) unsigned DEFAULT '0' NOT NULL, + spaceBefore smallint(3) unsigned DEFAULT '0' NOT NULL, + spaceAfter smallint(3) unsigned DEFAULT '0' NOT NULL, fe_group varchar(100) DEFAULT '0' NOT NULL, header_link varchar(255) DEFAULT '' NOT NULL, imagecaption_position varchar(6) DEFAULT '' NOT NULL, --- typo3/sysext/cms/tbl_tt_content.php.bak 2010-10-29 13:18:57.000000000 +0200 +++ typo3/sysext/cms/tbl_tt_content.php 2010-10-29 13:19:34.000000000 +0200 @@ -1461,8 +1461,8 @@ 'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceBefore', 'config' => array( 'type' => 'input', - 'size' => '3', - 'max' => '3', + 'size' => '5', + 'max' => '5', 'eval' => 'int', 'checkbox' => '0', 'range' => array( @@ -1476,8 +1476,8 @@ 'label' => 'LLL:EXT:cms/locallang_ttc.php:spaceAfter', 'config' => array( 'type' => 'input', - 'size' => '3', - 'max' => '3', + 'size' => '5', + 'max' => '5', 'eval' => 'int', 'checkbox' => '0', 'range' => array(