Skip to content
Snippets Groups Projects
Commit a2fd6fd2 authored by izabel's avatar izabel
Browse files

[LMS-774] escape code

SVN: 10279
parent 650cbe04
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ public class ExternalDataTranslator
{
if (typePEOrNull != null)
{
type.setCode(typePEOrNull.getCode());
type.setCode(StringEscapeUtils.escapeHtml(typePEOrNull.getCode()));
type.setDescription(StringEscapeUtils.escapeHtml(typePEOrNull.getDescription()));
}
return type;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment