displaying textarea on the frontend contao 3 and line return
Hello,
I’m having a 'inputType' => 'textarea', on the backend
When I want to display this content on the frontend “ echo $this->myText” the text is displayed without every line return.
In the backend everything is perfect in a “textarea”.
So how to convert the line return in
in the frontoffice?
Thanks
Re: displaying textarea on the frontend contao 3 and line re
With the risk of there being better options, use nl2br: http://php.net/manual/en/function.nl2br.php