Contact address is a textarea, so expected behaviour should be that line breaks are allowed. Core view places all information in one line.
Think it would be an improvement to change line 31 from:
<?php echo $this->contact->address .'<br/>'; ?>
to
<?php echo nl2br($this->contact->address) .'<br/>'; ?>
| Labels |
Added:
?
|
||
| Status | New | ⇒ | Closed |
| Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-03-01 10:46:48 |
| Closed_By | ⇒ | brianteeman |
| Closed_Date | 2015-03-01 10:46:48 | ⇒ | 2015-03-01 10:46:49 |
Thx!
PR now attached #6243