@joebigelow / wix / commits / ae38ae00

Catch more former-supported-but-now-illegal inner text.

Bob Arnson committed Nov 9, 2020 at 13:24 UTC ae38ae001422b6925e3d214334fd64cfba526952
1 file changed +2
src/WixToolset.Core/Compiler.cs
+2
@@ -4105,6 +4105,8 @@ namespace WixToolset.Core
4105 }
4106 }
4107
4108 + this.Core.VerifyNoInnerText(sourceLineNumbers, node);
4109 +
4110 if (null == columnName)
4111 {
4112 this.Core.Write(ErrorMessages.ExpectedAttribute(childSourceLineNumbers, child.Name.LocalName, "Column"));