Form output:
Description: vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
textarea coding on input form:
<textarea rows="10" name="description" cols="70"><?php echo set_value('description'); ?></textarea><br>
coding on output:
<td class="dt2 dt0"><?php echo $this->lang->line('Description');?>:</td> <td class="dt2"><?php echo nl2br($project->description); ?></td>
How can I get the line breaks in the output?
Your help would be appreciated.
Thanks