Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1091)
+++ trunk/CHANGELOG	(revision 1092)
@@ -12,8 +12,9 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 23-July 2009 Matthias Gallas
+#	fixed bug with page not showing if 2 sections active (ticket #751) (Thanks to Pumpi)
 #	readded to phplib/template.inc $clear: whether to delete undefined vars or not
-	was already added in WB 2.7 but was deleted for unknown reasons
+	was already added in WB 2.7 but was deleted for unknown reasons (Thanks to FrankH)
 22-July 2009 Matthias Gallas
 !	set Version to RC2
 !	small modification on german language file (ticket #746)
Index: trunk/wb/admin/pages/sections.php
===================================================================
--- trunk/wb/admin/pages/sections.php	(revision 1091)
+++ trunk/wb/admin/pages/sections.php	(revision 1092)
@@ -85,7 +85,7 @@
 	// Include the selected modules add file if it exists
 	if(file_exists(WB_PATH.'/modules/'.$module.'/add.php')) {
 		require(WB_PATH.'/modules/'.$module.'/add.php');
-	}	
+	}
 }
 
 // Get perms
@@ -149,7 +149,7 @@
 $template->set_block('page', 'main_block', 'main');
 $template->set_block('main_block', 'module_block', 'module_list');
 $template->set_block('main_block', 'section_block', 'section_list');
-$template->set_block('section_block', 'block_block', 'block_list');
+$template->set_block('section_block', '&nbsp;block_block', 'block_list');
 $template->set_block('main_block', 'calendar_block', 'calendar_list');
 
 // set first defaults and messages
@@ -227,7 +227,9 @@
 						'VAR_SECTION_ID' => $section['section_id'],
 						'VAR_POSITION' => $section['position'],
 						'LINK_MODIFY_URL_VAR_MODUL_NAME' => $edit_page,
-						'SET_NONE_DISPLAY_OPTION' => '<option>&nbsp;</option>',
+						'NAME' => htmlentities(strip_tags($block[1])),
+						'VALUE' => 1,
+						'SET_NONE_DISPLAY_OPTION' => '',
 					) );
 			}
 			// Insert icon and images
