diff options
Diffstat (limited to 'src/WixToolset.Core/Compiler_EmbeddedUI.cs')
| -rw-r--r-- | src/WixToolset.Core/Compiler_EmbeddedUI.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/WixToolset.Core/Compiler_EmbeddedUI.cs b/src/WixToolset.Core/Compiler_EmbeddedUI.cs index 4353e3cd..d71bb09a 100644 --- a/src/WixToolset.Core/Compiler_EmbeddedUI.cs +++ b/src/WixToolset.Core/Compiler_EmbeddedUI.cs | |||
| @@ -80,6 +80,8 @@ namespace WixToolset.Core | |||
| 80 | } | 80 | } |
| 81 | } | 81 | } |
| 82 | 82 | ||
| 83 | this.Core.VerifyNoInnerText(sourceLineNumbers, node); | ||
| 84 | |||
| 83 | if (null == id) | 85 | if (null == id) |
| 84 | { | 86 | { |
| 85 | id = this.Core.CreateIdentifier("mec", source, type.ToString()); | 87 | id = this.Core.CreateIdentifier("mec", source, type.ToString()); |
