so a strange issue
when adding a menu item if the url contains an "?" the menu will append a "=" to the end
example:
domain-path/index/?contributors
will render
domain-path/index/?contributors=
↧
Menu Path ? appends = to path
↧