craftercms / craftercms

Parent project for Crafter CMS. Issue tracking across all repositories and global builds.
GNU General Public License v3.0
282 stars 98 forks source link

Setting itemWrapperElement to blank causes navigation macro to throw error #6708

Open rart opened 3 weeks ago

rart commented 3 weeks ago

Duplicates

Latest version

Describe the issue

Setting itemWrapperElement="" causes navigation macro to throw error.

Steps to reproduce

Steps:

  1. Invoke the navigation macro with itemWrapperElement set to "" (e.g. <@crafter.navigation itemWrapperElement="" ... />).
  2. Reload the page and notice there's a freemarker error

Relevant log output

No response

Screenshots and/or videos

No response