Skip to content

Commit fa430e8

Browse files
committed
Escape metadata creator string
1 parent fdc1f52 commit fa430e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SIL.LCModel/DomainImpl/CmPicture.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,8 +385,8 @@ public ITsString CreatorTSS
385385

386386
if (metadata == null || metadata.Creator == null)
387387
return null;
388-
389-
return m_cache.MakeUserTss(metadata.Creator);
388+
389+
return m_cache.MakeUserTss(SecurityElement.Escape(metadata.Creator));
390390
}
391391
}
392392

0 commit comments

Comments
 (0)