[TYPO3-english] Re: Re: How to add a line break with wrapItemAndSub ?

Jean-Claude Jouffre jean-claude.jouffre at univ-savoie.fr
Tue Apr 22 11:03:30 CEST 2014


Hello Bernd.

The problem is fixed now and the solution is nearly the one you gave :

Typoscript :
NO {
wrapItemAndSub (
<li id="L1">|</li><!--
-->
)

Generated HTML :
</li><!--
<!--<li id="L1">
and the web browsers didn't display as they should.

But, as you explained perfectly your solution, I understood how it worked and made a little modification :

NO {
wrapItemAndSub (
<li id="L1">|</li>
<!-- . -->
)

the generated HTML is now :
</li>
<!-- . --><li id="L1">
and the web browsers display as they should.

Thank you very much for your help and patience.
Jean-Claude



More information about the TYPO3-english mailing list