diff --git a/components/footer-content.php b/components/footer-content.php index d65d4b6..d225f77 100644 --- a/components/footer-content.php +++ b/components/footer-content.php @@ -5,7 +5,7 @@ $menu = wp_get_nav_menu_items($listmenu['social']); if ($menu != null) { foreach ($menu as $menuElement) { - echo '
  • Accéder à mon '.$menuElement->title.'
  • '; + echo '
  • Accéder à mon '.$menuElement->title.'
  • '; } }