Index: /branches/Ver2.1/xpressme_integration_kit/blocks/page_block.php
===================================================================
--- /branches/Ver2.1/xpressme_integration_kit/blocks/page_block.php	(revision 385)
+++ /branches/Ver2.1/xpressme_integration_kit/blocks/page_block.php	(revision 386)
@@ -118,5 +118,5 @@
 		$form .= yes_no_radio_option('options[11]', _MB_XP2_PAGE_HIERARCHICAL , $hierarchical) . "<br />" ;
 		$form .= _MB_XP2_PAGE_META_KEY . "  <input type='text' name='options[12]' value='" . $meta_key . "' size ='40' /><br />\n";
-		$form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[12]' value='" . $meta_value . "' size ='40' /><br />\n";
+		$form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[13]' value='" . $meta_value . "' size ='40' /><br />\n";
     
 		return $form;
Index: /trunk/xpressme_integration_kit/blocks/page_block.php
===================================================================
--- /trunk/xpressme_integration_kit/blocks/page_block.php	(revision 385)
+++ /trunk/xpressme_integration_kit/blocks/page_block.php	(revision 386)
@@ -118,5 +118,5 @@
 		$form .= yes_no_radio_option('options[11]', _MB_XP2_PAGE_HIERARCHICAL , $hierarchical) . "<br />" ;
 		$form .= _MB_XP2_PAGE_META_KEY . "  <input type='text' name='options[12]' value='" . $meta_key . "' size ='40' /><br />\n";
-		$form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[12]' value='" . $meta_value . "' size ='40' /><br />\n";
+		$form .= _MB_XP2_PAGE_META_VALUE . "  <input type='text' name='options[13]' value='" . $meta_value . "' size ='40' /><br />\n";
     
 		return $form;
