Hello,
I have infobox in my form, which contains quite a lot of text. I want to format that text into paragraphs so basically I need to put two newlines `\n\n` between each paragraph.
What is proper way of doing this, while use prestashop `l()` function? I think about two ways, but each one...