Index: typo3/sysext/cms/tbl_tt_content.php =================================================================== --- typo3/sysext/cms/tbl_tt_content.php (revision 3859) +++ typo3/sysext/cms/tbl_tt_content.php (working copy) @@ -576,7 +576,7 @@ 'config' => Array ( 'type' => 'select', 'items' => Array ( - Array('1', 0), + Array('1', 1), Array('2', 2), Array('3', 3), Array('4', 4), @@ -585,7 +585,7 @@ Array('7', 7), Array('8', 8) ), - 'default' => 0 + 'default' => 1 ) ), 'imagecaption' => Array ( @@ -1115,4 +1115,4 @@ ); -?> \ No newline at end of file +?>