Fix line break in email
This commit is contained in:
parent
fbe1d51102
commit
d944a2cb38
|
@ -1,5 +1,8 @@
|
||||||
Vous avez reçu un nouveau SMS :
|
Vous avez reçu un nouveau SMS :
|
||||||
Date : <?= $at ?>
|
Date : <?= $at ?>
|
||||||
|
|
||||||
Origine : <?= $origin ?>
|
Origine : <?= $origin ?>
|
||||||
|
|
||||||
Destination : <?= $destination ?>
|
Destination : <?= $destination ?>
|
||||||
|
|
||||||
Message : <?= $text ?>
|
Message : <?= $text ?>
|
||||||
|
|
Loading…
Reference in New Issue