use of line breaks
@todocamp could you change the return of a to-do option (in php) to
return nl2br($todo_item);
or what ever your variable is. MySQL inserts dont need to me adjusted, it will automatically parse any \n to <br /> (better for viewing long todos)
3
votes