Hello everybody i have a menu in typoscript and i would like the generated HTML to look
like this
<a href=" ">Text<span></span></a>
I am able to wrap Text inside span tags but i cannot find a way to to put an empty span tag
on the right of Text.
Does anyone have an idea?
Pretty weird to put empty tags on purpose, but here you go:
HMENU.TMENU.TMENUITEM.stdWrap.wrap = |<span></span>For reference, here is the list of wraps you can use for menus: