Hi all,
I’m having a little problem using exp:query
I’m fetching some results which were entered using
"auto
"
as formatting.
When I loop through my results and print them, the line break isn’t being represented.
I think this could be something to do with htmlentities()..?
Any idea how to fix this?
I print the data using {data} should I be doing something like
<?=htmlentities(exp['data']);?>instead? (exp or whatever the array name exp:query would return)
Anyone ever come across this before?
Thank you in advance