Skip to content

Commit

Permalink
Merge pull request #14654 from JMAConsulting/dev-1079
Browse files Browse the repository at this point in the history
dev-core#1079: Improper character encoding breaks xml processor
  • Loading branch information
eileenmcnaughton authored Jul 1, 2019
2 parents 6313988 + 50d438b commit 105d4d7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/CRM/Case/XMLProcessor/Report.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
*}
<?xml version="1.0" encoding="UTF-8"?>
<Case>
<Client>{$case.clientName}</Client>
<Client>{$case.clientName|escape}</Client>
<CaseType>{$case.caseType}</CaseType>
<CaseSubject>{$case.subject|escape}</CaseSubject>
<CaseStatus>{$case.status}</CaseStatus>
Expand Down Expand Up @@ -70,4 +70,3 @@
{/foreach}
</ActivitySet>
</Case>

0 comments on commit 105d4d7

Please sign in to comment.