diff --git a/pages/testlist.inc.php b/pages/testlist.inc.php index cd0a15de22..341d313e5b 100644 --- a/pages/testlist.inc.php +++ b/pages/testlist.inc.php @@ -1471,7 +1471,7 @@ class TestTriggerAndEmail extends TestBizModel $oAction->Set("cc", $sCC); $oAction->Set("bcc", ""); $oAction->Set("subject", "New server: '\$this->name()$'"); - $oAction->Set("body", "
Dear customer,
We have created the server \$this->hyperlink()$ in the IT infrastructure database.
You will be further notified when it is in Production.
The IT infrastructure management team.
Here are some accentuated characters for french people: 'ééà'
"); + $oAction->Set("body", "Dear customer,
We have created the server \$this->hyperlink()$ in the IT infrastructure database.
You will be further notified when it is in Production.
The IT infrastructure management team.
Here are some accentuated characters for french people: 'ééà '
"); $oAction->Set("importance", "low"); $iActionId = $this->ObjectToDB($oAction, true);