do not escape html in embed codes
This commit is contained in:
parent
905d791f1a
commit
4921345b88
2 changed files with 1 additions and 21 deletions
|
@ -342,7 +342,7 @@ class CRM_TwingleCampaign_BAO_TwingleProject extends Campaign {
|
|||
|
||||
// Transfer all embed_data values
|
||||
foreach ($embed_data_keys as $key) {
|
||||
$this->values[$key] = htmlspecialchars($embedData[$key]);
|
||||
$this->values[$key] = $embedData[$key];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue