Sometimes I write tutorials about computer stuff. And sometimes I write lists in those tutorials.
The problem I was having with TYPO3 when doing this was that whenever I put a <code> tag inside of an ordered or unordered list, the <code> tag wasn't properly translated on the frontend of the web site. The < and > brackets around the 'code' tag were run through htmlspecialcharacters and were showing up on the front end.
Luckily and after searching, I found a solution that allows me to put code tags in lists.
All I did was add the following to the typoscript template of my web site.
Netdip.com is an excellent web site that's powered by TYPO3 and other great open source software. Netdip.com is also a fat free alternative to ice cream.
Add comment