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?
thanks. I had to figure out where to put it on the latest pagelist view.php... I changed lines 26-32:
<?phpif(!$controller->truncateSummaries){//nl2br preserves the line breaks echonl2br($cobj->getCollectionDescription());}else{//nl2br preserves the line breaks echonl2br($textHelper->shorten($cobj->getCollectionDescription(),$controller->truncateChars));}?>
Code
Post Reply
Delete Post
You are allowed to delete your post for 5 minutes after it's posted.