Skip to content

Commit

Permalink
Issue #645: Add ampersand character (&) as xml delimiter
Browse files Browse the repository at this point in the history
  • Loading branch information
lbs-contributor committed May 17, 2019
1 parent 1e22829 commit 3373d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/src/WixSharp/Extensions.cs
Expand Up @@ -853,7 +853,7 @@ public static IntPtr ToIntPtr(this string value)
return (IntPtr)result;
}

static char[] xmlDelimiters = "<>".ToCharArray();
static char[] xmlDelimiters = "<>&".ToCharArray();

/// <summary>
/// Returns the string data as a <see cref="T:System.Xml.Linq.XCData"/> if the value contains
Expand Down

0 comments on commit 3373d4b

Please sign in to comment.