<?php wp_nav_menu(array('theme_location' => 'FooterLinks', 'items_wrap' => '<ulid="FooterNav"%3$s', 'container''; ?>
change this to following.
<?php wp_nav_menu(array('theme_location' => 'FooterLinks', 'menu_id' => 'FooterNav') );?>
<?php wp_nav_menu(array('theme_location' => 'FooterLinks', 'items_wrap' => '<ulid="FooterNav"%3$s', 'container''; ?>
change this to following.
<?php wp_nav_menu(array('theme_location' => 'FooterLinks', 'menu_id' => 'FooterNav') );?>