diff --git a/parts/menu.php b/parts/menu.php index be93be1..5ee1d0a 100644 --- a/parts/menu.php +++ b/parts/menu.php @@ -36,7 +36,7 @@ function searchMenu() { menuSectionHeader( "Search", 'white', '#737B9C'); - echo '' . + echo '
' . '
' . ' ' . '
' . ' ' . - '
'; + '
' . + '
'; menuSectionFooter(); }