diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md b/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md
index a800b5bb..538fbbd2 100644
--- a/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md
+++ b/src/Docusaurus/versioned_docs/version-v3/bundle/authoring_bundle_package_manifest.md
@@ -47,7 +47,7 @@ Now you can add an install condition to the package so that it only installs on
InstallCommand="/q /ACTION=Install"
RepairCommand="/q ACTION=Repair /hideconsole"
UninstallCommand="/q ACTION=Uninstall /hideconsole"
- InstallCondition="NOT VersionNT64 AND VersionNT >= v5.1" />
+ InstallCondition="NOT VersionNT64 AND VersionNT >= v5.1" />
diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md b/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md
index cc9d3b41..f57160fb 100644
--- a/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md
+++ b/src/Docusaurus/versioned_docs/version-v3/bundle/bundle_define_searches.md
@@ -59,7 +59,7 @@ After the searches are defined and stored into variables, the variables can then
InstallCommand="/q /ACTION=Install"
RepairCommand="/q ACTION=Repair /hideconsole"
UninstallCommand="/q ACTION=Uninstall /hideconsole"
- InstallCondition="x86 = 1 AND OSVersion >= v5.0.5121.0 AND patchLevel = 0" />
+ InstallCondition="x86 = 1 AND OSVersion >= v5.0.5121.0 AND patchLevel = 0" />
diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md
index ee3d84a4..945de3d8 100644
--- a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md
+++ b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_branding.md
@@ -15,7 +15,7 @@ The WiX Standard Bootstrapper Application displays a generic logo in the bottom
LogoFile="path\to\customlogo.png"
+ LogoFile="path\to\customlogo.png"
/>
@@ -36,8 +36,9 @@ For the HyperlinkSidebarLicense UI, there are two logos and they can be configur
LogoFile="path\to\customlogo.png" LogoSideFile="path\to\customsidelogo.png"
- />
+ LogoFile="path\to\customlogo.png"
+ LogoSideFile="path\to\customsidelogo.png"
+ />
diff --git a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md
index 229ee469..d7ec6f04 100644
--- a/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md
+++ b/src/Docusaurus/versioned_docs/version-v3/bundle/wixstdba/wixstdba_license.md
@@ -15,7 +15,7 @@ When using a WixStdBA theme that displays the RTF license, it is highly recommen
LicenseFile="path\to\license.rtf"
+ LicenseFile="path\to\license.rtf"
LogoFile="path\to\customlogo.png"
/>
@@ -35,7 +35,7 @@ The following example links to a license page on the internet.
LicenseUrl="http://example.com/license.html"
+ LicenseUrl="http://example.com/license.html"
LogoFile="path\to\customlogo.png"
/>