@joebigelow / wix-1 / commits / 8ff3569d

Fix missing inner text conversion.

Sean Hall committed Aug 10, 2020 at 12:44 UTC 8ff3569ddfb908107f9f1ef344fde0fdbbccb31d
1 file changed +5 -5
src/wixlib/wixstdba.wxs
+5 -5
@@ -15,7 +15,7 @@
15
16 <BundleCustomDataRef Id='WixStdbaInformation'>
17 <BundleElement>
18 - <BundleAttribute Id='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</BundleAttribute>
18 + <BundleAttribute Id='LicenseFile' Value='!(wix.WixStdbaLicenseRtfName=license.rtf)' />
19 </BundleElement>
20 </BundleCustomDataRef>
21 </Fragment>
@@ -32,7 +32,7 @@
32
33 <BundleCustomDataRef Id='WixStdbaInformation'>
34 <BundleElement>
35 - <BundleAttribute Id='LicenseFile'>!(wix.WixStdbaLicenseRtfName=license.rtf)</BundleAttribute>
35 + <BundleAttribute Id='LicenseFile' Value='!(wix.WixStdbaLicenseRtfName=license.rtf)' />
36 </BundleElement>
37 </BundleCustomDataRef>
38 </Fragment>
@@ -47,7 +47,7 @@
47
48 <BundleCustomDataRef Id='WixStdbaInformation'>
49 <BundleElement>
50 - <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute>
50 + <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' />
51 </BundleElement>
52 </BundleCustomDataRef>
53 </Fragment>
@@ -62,7 +62,7 @@
62
63 <BundleCustomDataRef Id='WixStdbaInformation'>
64 <BundleElement>
65 - <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute>
65 + <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' />
66 </BundleElement>
67 </BundleCustomDataRef>
68 </Fragment>
@@ -78,7 +78,7 @@
78
79 <BundleCustomDataRef Id='WixStdbaInformation'>
80 <BundleElement>
81 - <BundleAttribute Id='LicenseUrl'>!(wix.WixStdbaLicenseUrl)</BundleAttribute>
81 + <BundleAttribute Id='LicenseUrl' Value='!(wix.WixStdbaLicenseUrl)' />
82 </BundleElement>
83 </BundleCustomDataRef>
84 </Fragment>