We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9781225 + f525dd0 commit cbc212cCopy full SHA for cbc212c
engine/Shopware/Core/sMarketing.php
@@ -713,7 +713,7 @@ public function sMailCampaignsGetDetail($id)
713
if (strpos($getText['link'], 'http') === false && $getText['link']) {
714
$getText['link'] = 'http://' . $getText['link'];
715
}
716
- $getCampaignContainers[$campaignKey]['description'] = $getText['headline'];
+ $getCampaignContainers[$campaignKey]['description'] = htmlspecialchars($getText['headline']);
717
$getCampaignContainers[$campaignKey]['data'] = $getText;
718
break;
719
0 commit comments