Description page attribute
Permalink
I noticed that when you have multiple paragraphs or line breaks in a page description attribute it doesn't preserve any of the formatting when used with the page list (its just one giant paragraph). Is it possible to have the description use some paragraph or line break html tags?
Here's what I came up with that works, let me know if this is a poor way of doing it...
How does this solve the problem?
It converts plain text line breaks into HTML <br /> tags.
thanks. I had to figure out where to put it on the latest pagelist view.php... I changed lines 26-32:
Does anyone have a solution for this for 5.6.3.1 or newer?