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?