There is no need to escape double quotes in content of XML. Html::element() also does not escape double quotes in content. ENT_NOQUOTES escapes '<', '>' and '&' but not "'" and '"'. https://secure.php.net/manual/en/function.htmlspecialchars.php Change-Id: I3b585c43e532cca1a8951d6c9e8b4825fc3b012d |
||
|---|---|---|
| .. | ||
| ApiFormatBaseTest.php | ||
| ApiFormatJsonTest.php | ||
| ApiFormatNoneTest.php | ||
| ApiFormatPhpTest.php | ||
| ApiFormatRawTest.php | ||
| ApiFormatTestBase.php | ||
| ApiFormatXmlTest.php | ||