浏览代码

Fixed #69 Accentuated chars now in utf-8 for real in the unit test page! BE CARREFUL WITH PSPAD!!!

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@292 a333f486-631f-4898-b8df-5754b55c2be0
romainq 15 年之前
父节点
当前提交
0ecb321f12
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pages/testlist.inc.php

+ 1 - 1
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", "<html><body><p>Dear customer,</p><p>We have created the server \$this->hyperlink()$ in the IT infrastructure database.</p><p>You will be further notified when it is in <strong>Production</strong>.</p><p>The IT infrastructure management team.</p><p>Here are some accentuated characters for french people: 'ééà'</p></body></html>");
+		$oAction->Set("body", "<html><body><p>Dear customer,</p><p>We have created the server \$this->hyperlink()$ in the IT infrastructure database.</p><p>You will be further notified when it is in <strong>Production</strong>.</p><p>The IT infrastructure management team.</p><p>Here are some accentuated characters for french people: 'ééà'</p></body></html>");
 		$oAction->Set("importance", "low");
 		$iActionId = $this->ObjectToDB($oAction, true);