hello,
I wanna write this info in 1 row:
<div>My year of birth is {year} and I competed in the {categories}{category_name}{/categories} category.</div>
But the EE inserts the the following html code:
<div>My year of birth is 1966
an I competed in the Science category.</div>
There is a paragraph so I cannot write in 1 line. Why? How can I modify this stupid function?