I am creating a theme from scratch and the navigation menu is disturbing me because it is displaying the permalinks after the menu item name. See this picture
Link name (#permalink) is the result of
wp_nav_menu()
Setting e.g.
$before/$after - yields text before/after (#permalink)
The (#permalink) part is not displayed in the source.
Since it's only Pages I tried wp_list_pages(), but that gives me the same result.
Any ideas on how to remove those permalinks? I believe there is some 'default' setting for how links/menu items should be displayed but I don't know where to look.
Thanks!